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/gui/dialogs/layer/LayerVisibilityAction.java

    r10306 r10428  
    6363        content.setLayout(new GridBagLayout());
    6464
    65         putValue(SMALL_ICON, ImageProvider.get("dialogs/layerlist", "visibility"));
     65        new ImageProvider("dialogs/layerlist", "visibility").getResource().attachImageIcon(this, true);
    6666        putValue(SHORT_DESCRIPTION, tr("Change visibility of the selected layer."));
    6767
Note: See TracChangeset for help on using the changeset viewer.