summaryrefslogtreecommitdiff
path: root/src/controls/ComboBox.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/ComboBox.qml')
-rw-r--r--src/controls/ComboBox.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/controls/ComboBox.qml b/src/controls/ComboBox.qml
index 4065724c..db39f579 100644
--- a/src/controls/ComboBox.qml
+++ b/src/controls/ComboBox.qml
@@ -317,7 +317,8 @@ Control {
anchors.fill: parent
anchors.leftMargin: 8
- anchors.rightMargin: 24
+ anchors.rightMargin: __style.drowDownButtonWidth
+
verticalAlignment: Text.AlignVCenter
renderType: Text.NativeRendering