Ignore:
Timestamp:
2020-09-12T18:37:39+02:00 (4 years ago)
Author:
Klumbumbus
Message:

see #19786 - Add missing icons to View menu, wireframe_small icon improved (sharper at 16 and 24 px), all icons self created, PD and CC0 licensed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/WireframeToggleAction.java

    r16509 r17018  
    2525    public WireframeToggleAction() {
    2626        super(tr("Wireframe View"),
    27               null, /* no icon */
     27              "dialogs/mappaint/wireframe_small",
    2828              tr("Enable/disable rendering the map as wireframe only"),
    2929              Shortcut.registerShortcut("menu:view:wireframe", tr("Toggle Wireframe view"), KeyEvent.VK_W, Shortcut.CTRL),
Note: See TracChangeset for help on using the changeset viewer.