Ignore:
Timestamp:
2016-02-10T20:47:11+01:00 (8 years ago)
Author:
bastiK
Message:

see #12507 - fix mouse wheel scrolling at some places

File:
1 edited

Legend:

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

    r8510 r9778  
    2727import org.openstreetmap.josm.gui.preferences.TabPreferenceSetting;
    2828import org.openstreetmap.josm.gui.util.GuiHelper;
     29import org.openstreetmap.josm.gui.widgets.VerticallyScrollablePanel;
    2930import org.openstreetmap.josm.tools.GBC;
    3031
     
    5556    @Override
    5657    public void addGui(PreferenceTabbedPane gui) {
    57         JPanel testPanel = new JPanel(new GridBagLayout());
     58        JPanel testPanel = new VerticallyScrollablePanel(new GridBagLayout());
    5859        testPanel.setBorder(BorderFactory.createEmptyBorder(5, 5, 5, 5));
    5960
Note: See TracChangeset for help on using the changeset viewer.