- Timestamp:
- 2009-12-20T12:13:55+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/dialogs/relation/GenericRelationEditor.java
r2626 r2665 321 321 ); 322 322 tfRole.setEnabled(memberTable.getSelectedRowCount() > 0); 323 SideButton btnApply = new SideButton(setRoleAction); 324 btnApply.setPreferredSize(new Dimension(20,20)); 325 btnApply.setText(""); 326 p3.add(btnApply); 323 327 324 328 gc.gridx = 1; … … 1258 1262 public SetRoleAction() { 1259 1263 putValue(SHORT_DESCRIPTION, tr("Sets a role for the selected members")); 1260 // FIXME: find better icon 1261 putValue(SMALL_ICON, ImageProvider.get("ok")); 1264 putValue(SMALL_ICON, ImageProvider.get("apply")); 1262 1265 putValue(NAME, tr("Apply Role")); 1263 1266 refreshEnabled();
Note:
See TracChangeset
for help on using the changeset viewer.