Ignore:
Timestamp:
2012-08-11T23:03:55+02:00 (12 years ago)
Author:
Don-vip
Message:

fix #7917 - Control the number of items displayed at once in all comboboxes (20 by default, configurable with gui.combobox.maximum-row-count)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/oauth/AuthorizationProcedureComboBox.java

    r3083 r5429  
    77
    88import javax.swing.DefaultComboBoxModel;
    9 import javax.swing.JComboBox;
    109import javax.swing.JLabel;
    1110import javax.swing.JList;
     
    1312import javax.swing.UIManager;
    1413
    15 public class AuthorizationProcedureComboBox extends JComboBox {
     14import org.openstreetmap.josm.gui.widgets.JosmComboBox;
     15
     16public class AuthorizationProcedureComboBox extends JosmComboBox {
    1617
    1718    public AuthorizationProcedureComboBox() {
Note: See TracChangeset for help on using the changeset viewer.