Ignore:
Timestamp:
2016-06-19T18:28:26+02:00 (8 years ago)
Author:
stoecker
Message:

see #9995 - patch mainly by strump - improve HIDPI behaviour

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/relation/SelectRelationAction.java

    r10413 r10428  
    2626        putValue(SHORT_DESCRIPTION, add ? tr("Add the selected relations to the current selection") :
    2727            tr("Set the current selection to the list of selected relations"));
    28         putValue(SMALL_ICON, ImageProvider.get("dialogs", "select"));
     28        new ImageProvider("dialogs", "select").getResource().attachImageIcon(this, true);
    2929        putValue(NAME, add ? tr("Select relation (add)") : tr("Select relation"));
    3030        this.add = add;
Note: See TracChangeset for help on using the changeset viewer.