mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-06 14:00:55 +03:00
ComboBox: for style "mac", place popup over combobox (issue #497)
This commit is contained in:
@@ -515,13 +515,7 @@ class FlatThemePreviewAll
|
||||
"bb",
|
||||
"ccc",
|
||||
"dd",
|
||||
"e",
|
||||
"ff",
|
||||
"ggg",
|
||||
"hh",
|
||||
"i",
|
||||
"jj",
|
||||
"kkk"
|
||||
"e"
|
||||
}));
|
||||
comboBox3.setMaximumRowCount(6);
|
||||
comboBox3.putClientProperty("FlatLaf.styleClass", "flatlaf-preview-combobox");
|
||||
|
||||
@@ -201,12 +201,6 @@ new FormModel {
|
||||
addElement( "ccc" )
|
||||
addElement( "dd" )
|
||||
addElement( "e" )
|
||||
addElement( "ff" )
|
||||
addElement( "ggg" )
|
||||
addElement( "hh" )
|
||||
addElement( "i" )
|
||||
addElement( "jj" )
|
||||
addElement( "kkk" )
|
||||
}
|
||||
"maximumRowCount": 6
|
||||
"$client.FlatLaf.styleClass": "flatlaf-preview-combobox"
|
||||
|
||||
Reference in New Issue
Block a user