Some tweaks to UI to make window resizing smooth and flow nicely.

This commit is contained in:
Adam Treat
2023-06-02 19:59:53 -04:00
parent f3564ac6b9
commit a7f74e9d01
2 changed files with 10 additions and 7 deletions

View File

@@ -11,7 +11,7 @@ ComboBox {
contentItem: Text {
anchors.horizontalCenter: parent.horizontalCenter
leftPadding: 10
rightPadding: 10
rightPadding: 20
text: comboBox.displayText
font: comboBox.font
color: theme.textColor