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/preferences/PreferenceDialog.java

    r10355 r10369  
    157157        CancelAction() {
    158158            putValue(NAME, tr("Cancel"));
    159             new ImageProvider("cancel").getResource().getImageIcon(this);
     159            new ImageProvider("cancel").getResource().attachImageIcon(this);
    160160            putValue(SHORT_DESCRIPTION, tr("Close the preferences dialog and discard preference updates"));
    161161        }
     
    176176        OKAction() {
    177177            putValue(NAME, tr("OK"));
    178             new ImageProvider("ok").getResource().getImageIcon(this);
     178            new ImageProvider("ok").getResource().attachImageIcon(this);
    179179            putValue(SHORT_DESCRIPTION, tr("Save the preferences and close the dialog"));
    180180        }
Note: See TracChangeset for help on using the changeset viewer.