Changeset 19447 in josm
- Timestamp:
- 2025-11-19T13:34:06+01:00 (44 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/preferences/PreferenceDialog.java
r17265 r19447 55 55 super(GuiHelper.getFrameForComponent(parent), tr("Preferences"), ModalityType.DOCUMENT_MODAL); 56 56 build(); 57 this.setMinimumSize(new Dimension( 800, 600));57 this.setMinimumSize(new Dimension(400, 300)); 58 58 // set the maximum width to the current screen. If the dialog is opened on a 59 59 // smaller screen than before, this will reset the stored preference.
Note:
See TracChangeset
for help on using the changeset viewer.
