summaryrefslogtreecommitdiff
path: root/src/controls/Styles/Desktop/ComboBoxStyle.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/Styles/Desktop/ComboBoxStyle.qml')
-rw-r--r--src/controls/Styles/Desktop/ComboBoxStyle.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/controls/Styles/Desktop/ComboBoxStyle.qml b/src/controls/Styles/Desktop/ComboBoxStyle.qml
index c644544f..d897a2a4 100644
--- a/src/controls/Styles/Desktop/ComboBoxStyle.qml
+++ b/src/controls/Styles/Desktop/ComboBoxStyle.qml
@@ -46,6 +46,7 @@ import "." as Desktop
Style {
readonly property ComboBox control: __control
property int renderType: Text.NativeRendering
+ padding { top: 4 ; left: 6 ; right: 6 ; bottom:4 }
property Component panel: Item {
property bool popup: !!styleItem.styleHint("comboboxpopup")
property color textColor: SystemPaletteSingleton.text(control.enabled)