Changeset 17607 in josm for trunk/src/org
- Timestamp:
- 2021-03-20T21:20:19+01:00 (5 years ago)
- Location:
- trunk/src/org/openstreetmap/josm/gui
- Files:
-
- 2 edited
-
preferences/server/OAuthAuthenticationPreferencesPanel.java (modified) (1 diff)
-
tagging/presets/items/Check.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/preferences/server/OAuthAuthenticationPreferencesPanel.java
r17600 r17607 173 173 protected void build() { 174 174 setLayout(new GridBagLayout()); 175 GridBagConstraints gc = new GridBagConstraints();176 175 177 176 // A message explaining that the user isn't authorised yet -
trunk/src/org/openstreetmap/josm/gui/tagging/presets/items/Check.java
r17605 r17607 32 32 /** "on" or "off" or unset (default is unset) */ 33 33 public String default_; // only used for tagless objects // NOSONAR 34 /** The location of icon file to display */35 public String icon; // NOSONAR36 /** The size of displayed icon. If not set, default is 16px */37 public short icon_size = 16; // NOSONAR38 34 39 35 private QuadStateCheckBox check;
Note:
See TracChangeset
for help on using the changeset viewer.
