Skip to content
Snippets Groups Projects
Commit fc3eed8a authored by Ming Rui Zhang's avatar Ming Rui Zhang
Browse files

settingsview: add left padding to the text of settings combo box

Change-Id: Ib1dd5577d902a0c4f31a6e5418d983413f6164b3
parent bbcf0e4d
No related branches found
No related tags found
No related merge requests found
......@@ -80,8 +80,8 @@ ComboBox {
}
contentItem: Text {
leftPadding: 0
rightPadding: root.indicator.width + root.spacing
leftPadding: 10
rightPadding: root.indicator.width + leftPadding
text: root.displayText
font: root.font
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment