Skip to content

Commit a72ff03

Browse files
authored
Merge pull request #567 from gaetandezeiraud/combobox-fix-appbar
Fix FluComboBox click issue with AppBar
2 parents d82e0ed + b5295ff commit a72ff03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Qt5/imports/FluentUI/Controls/FluComboBox.qml

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ T.ComboBox {
107107
y: control.height
108108
width: control.width
109109
height: Math.min(contentItem.implicitHeight, control.Window.height - topMargin - bottomMargin)
110-
topMargin: 6
110+
topMargin: 32
111111
bottomMargin: 6
112112
modal: true
113113
contentItem: ListView {

src/Qt6/imports/FluentUI/Controls/FluComboBox.qml

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ T.ComboBox {
107107
y: control.height
108108
width: control.width
109109
height: Math.min(contentItem.implicitHeight, control.Window.height - topMargin - bottomMargin)
110-
topMargin: 6
110+
topMargin: 32
111111
bottomMargin: 6
112112
modal: true
113113
contentItem: ListView {

0 commit comments

Comments
 (0)