Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe
Commits:
-
b3b3c614
by Tony Chemit at 2023-12-12T17:16:34+01:00
2 changed files:
- client/core/src/main/java/fr/ird/observe/client/util/init/UIInitHelper.java
- client/datasource/editor/api/src/main/java/fr/ird/observe/client/datasource/editor/api/RunObserveListener.java
Changes:
| ... | ... | @@ -323,6 +323,8 @@ public class UIInitHelper { |
| 323 | 323 | }
|
| 324 | 324 | };
|
| 325 | 325 | picker.addPropertyChangeListener("date", listener);
|
| 326 | + // See https://gitlab.com/ultreiaio/ird-observe/-/issues/2182
|
|
| 327 | + picker.getMonthView().setZoomable(true);
|
|
| 326 | 328 | }
|
| 327 | 329 | |
| 328 | 330 | public static void init(CoordinatesEditor editor, CoordinateFormat coordinateFormat) {
|
| ... | ... | @@ -133,6 +133,7 @@ public class RunObserveListener implements ApplicationRunnerListener, WithClient |
| 133 | 133 | ConvertUtils.register(new FloatConverter(), Float.class);
|
| 134 | 134 | BusinessProjectI18nHelper.getI18nKeyPrefix();
|
| 135 | 135 | |
| 136 | + // See https://gitlab.com/ultreiaio/ird-observe/-/issues/2182
|
|
| 136 | 137 | UIManager.put(CalendarHeaderHandler.uiControllerID, SpinningCalendarHeaderHandler.class.getName());
|
| 137 | 138 | UIManager.put(SpinningCalendarHeaderHandler.ARROWS_SURROUND_MONTH, true);
|
| 138 | 139 | UIManager.put(SpinningCalendarHeaderHandler.FOCUSABLE_SPINNER_TEXT, true);
|