Fix FluComboBox click issue with AppBar

Fixed bug with Popup topMargin because click is consumed by FluAppBar
This commit is contained in:
Gaëtan Dezeiraud 2024-11-16 19:47:03 +01:00
parent d82e0ed529
commit b5295ffe4c
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 {