Ignore:
Timestamp:
2021-04-09T22:48:56+02:00 (3 years ago)
Author:
simon04
Message:

see #16163 - Fix SwingConstants.LEFT for PreferenceTabbedPane

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/preferences/PreferenceTabbedPane.java

    r17733 r17734  
    463463     */
    464464    public PreferenceTabbedPane() {
    465         super(SwingConstants.LEADING, JTabbedPane.SCROLL_TAB_LAYOUT);
     465        super(SwingConstants.LEFT, JTabbedPane.SCROLL_TAB_LAYOUT);
    466466        super.addMouseWheelListener(new WheelListener(this));
    467467        ExpertToggleAction.addExpertModeChangeListener(this);
Note: See TracChangeset for help on using the changeset viewer.