ComboBox: for style "mac", place popup over combobox (issue #497)

This commit is contained in:
Karl Tauber
2022-05-11 18:33:31 +02:00
parent b459715cb5
commit 7f15f557a5
3 changed files with 98 additions and 13 deletions

View File

@@ -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");

View File

@@ -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"