ComboBox: increase maximum row count of popup list to 20 (was 8)

This commit is contained in:
Karl Tauber
2020-06-25 17:00:10 +02:00
parent 46d3204bc3
commit a1b0c0bbd4
7 changed files with 15 additions and 0 deletions

View File

@@ -196,6 +196,7 @@ ComboBox.editorColumns 0
ComboBox.font [active] $defaultFont [UI]
ComboBox.foreground #bbbbbb javax.swing.plaf.ColorUIResource [UI]
ComboBox.isEnterSelectablePopup false
ComboBox.maximumRowCount 20
ComboBox.minimumWidth 72
ComboBox.noActionOnKeyNavigation false
ComboBox.padding 2,6,2,6 javax.swing.plaf.InsetsUIResource [UI]

View File

@@ -200,6 +200,7 @@ ComboBox.editorColumns 0
ComboBox.font [active] $defaultFont [UI]
ComboBox.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
ComboBox.isEnterSelectablePopup false
ComboBox.maximumRowCount 20
ComboBox.minimumWidth 72
ComboBox.noActionOnKeyNavigation false
ComboBox.padding 2,6,2,6 javax.swing.plaf.InsetsUIResource [UI]