We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d82e0ed + b5295ff commit a72ff03Copy full SHA for a72ff03
src/Qt5/imports/FluentUI/Controls/FluComboBox.qml
@@ -107,7 +107,7 @@ T.ComboBox {
107
y: control.height
108
width: control.width
109
height: Math.min(contentItem.implicitHeight, control.Window.height - topMargin - bottomMargin)
110
- topMargin: 6
+ topMargin: 32
111
bottomMargin: 6
112
modal: true
113
contentItem: ListView {
src/Qt6/imports/FluentUI/Controls/FluComboBox.qml
0 commit comments