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/DeleteLayerAction.java

    r10144 r10428  
    3131    public DeleteLayerAction(LayerListModel model) {
    3232        this.model = model;
    33         putValue(SMALL_ICON, ImageProvider.get("dialogs", "delete"));
     33        new ImageProvider("dialogs", "delete").getResource().attachImageIcon(this, true);
    3434        putValue(SHORT_DESCRIPTION, tr("Delete the selected layers."));
    3535        putValue(NAME, tr("Delete"));
Note: See TracChangeset for help on using the changeset viewer.