Ignore:
Timestamp:
2008-10-23T17:27:57+02:00 (17 years ago)
Author:
stoecker
Message:

added preferences patch to get correct window sizes again. Fixes #1671 and #1672. Patch by Jan Peter Stotz

File:
1 edited

Legend:

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

    r999 r1053  
    197197                p.add(right);
    198198
    199                 JPanel panel = gui.createPreferenceTab("toolbar", tr("Toolbar customization"), tr("Customize the elements on the toolbar."));
     199                JPanel panel = gui.createPreferenceTab("toolbar", tr("Toolbar customization"),
     200                        tr("Customize the elements on the toolbar."), false);
    200201                panel.add(p, GBC.eol().fill(GBC.BOTH));
    201202
Note: See TracChangeset for help on using the changeset viewer.