Skip to content

Commit

Permalink
Fix FluComboBox click issue with AppBar
Browse files Browse the repository at this point in the history
Fixed bug with Popup topMargin because click is consumed by FluAppBar
  • Loading branch information
gaetandezeiraud committed Nov 16, 2024
1 parent d82e0ed commit 4dd8d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Qt6/imports/FluentUI/Controls/FluComboBox.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 4dd8d3b

Please sign in to comment.