Skip to content

Commit d5fb34c

Browse files
committed
Update SnapControl combo box
1 parent e1ceafa commit d5fb34c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/libs/3rdparty/svscraft

src/plugins/visualeditor/qml/SnapControl.qml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ Item {
2121
text: qsTr("Snap")
2222
}
2323
ComboBox {
24+
implicitHeight: 24
25+
2426
model: [
2527
{ text: qsTr("Auto"), data: PositionAlignmentManipulator.Auto },
2628
{ text: qsTr("None"), data: PositionAlignmentManipulator.Unset },

0 commit comments

Comments
 (0)