Ignore:
Timestamp:
2016-06-14T17:23:20+02:00 (8 years ago)
Author:
stoecker
Message:

see #9995 - patch by strump - improve HIDPI

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/UserListDialog.java

    r10356 r10369  
    158158            putValue(NAME, tr("Select"));
    159159            putValue(SHORT_DESCRIPTION, tr("Select objects submitted by this user"));
    160             new ImageProvider("dialogs", "select").getResource().getImageIcon(this, true);
     160            new ImageProvider("dialogs", "select").getResource().attachImageIcon(this, true);
    161161            updateEnabledState();
    162162        }
     
    193193            putValue(NAME, tr("Show info"));
    194194            putValue(SHORT_DESCRIPTION, tr("Launches a browser with information about the user"));
    195             new ImageProvider("help/internet").getResource().getImageIcon(this, true);
     195            new ImageProvider("help/internet").getResource().attachImageIcon(this, true);
    196196            updateEnabledState();
    197197        }
Note: See TracChangeset for help on using the changeset viewer.