- Timestamp:
- 2018-11-16T09:45:52+01:00 (6 years ago)
- Location:
- trunk/src/org/openstreetmap/josm/gui/dialogs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/dialogs/DialogsPanel.java
r14425 r14426 129 129 /** 130 130 * Restore saved heights. 131 * @since 14425 131 132 */ 132 133 RESTORE_SAVED, -
trunk/src/org/openstreetmap/josm/gui/dialogs/ToggleDialog.java
r14425 r14426 1001 1001 /** 1002 1002 * @return the last used height stored in preferences or preferredHeight 1003 * @since 14425 1003 1004 */ 1004 1005 public int getLastHeight() { … … 1008 1009 /** 1009 1010 * Store the current height in preferences so that we can restore it. 1011 * @since 14425 1010 1012 */ 1011 1013 public void rememberHeight() {
Note:
See TracChangeset
for help on using the changeset viewer.