Ignore:
Timestamp:
2017-11-19T20:12:24+01:00 (6 years ago)
Author:
Don-vip
Message:

fix #15572 - use ImageProvider attach API for all JOSM actions to ensure proper icon size everywhere

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/relation/actions/ApplyAction.java

    r10152 r13130  
    3535        super(memberTable, memberTableModel, tagModel, layer, editor, null);
    3636        putValue(SHORT_DESCRIPTION, tr("Apply the current updates"));
    37         putValue(SMALL_ICON, ImageProvider.get("save"));
     37        new ImageProvider("save").getResource().attachImageIcon(this, true);
    3838        putValue(NAME, tr("Apply"));
    3939        updateEnabledState();
Note: See TracChangeset for help on using the changeset viewer.