Ignore:
Timestamp:
2015-09-06T21:42:03+02:00 (11 years ago)
Author:
simon04
Message:

see #11823 - Minimap: hide shrink/enlarge button

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/MinimapDialog.java

    r8719 r8732  
    3030        super(tr("Mini map"), "minimap", tr("Displays a small map of the current edit location"), null, 150);
    3131        createLayout(slippyMap, false, Collections.<SideButton>emptyList());
     32        slippyMap.setSizeButtonVisible(false);
    3233        slippyMap.addPropertyChangeListener(BBoxChooser.BBOX_PROP, this);
    3334    }
Note: See TracChangeset for help on using the changeset viewer.