Merge pull request #567 from gaetandezeiraud/combobox-fix-appbar

Fix FluComboBox click issue with AppBar
This commit is contained in:
zhuzichu 2024-11-17 15:09:36 +08:00 committed by GitHub
commit a72ff03eeb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -107,7 +107,7 @@ T.ComboBox {
y: control.height
width: control.width
height: Math.min(contentItem.implicitHeight, control.Window.height - topMargin - bottomMargin)
topMargin: 6
topMargin: 32
bottomMargin: 6
modal: true
contentItem: ListView {

View File

@ -107,7 +107,7 @@ T.ComboBox {
y: control.height
width: control.width
height: Math.min(contentItem.implicitHeight, control.Window.height - topMargin - bottomMargin)
topMargin: 6
topMargin: 32
bottomMargin: 6
modal: true
contentItem: ListView {