QmlDesigner: Adjust padding

Task-number: QTCREATORBUG-17770
Change-Id: I8dc0b67a365b6ef4a79d440b8fec1a8b6a5dd44a
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
Thomas Hartmann
2017-02-22 14:45:44 +01:00
parent 569cdadebc
commit ae6874b26d
2 changed files with 4 additions and 4 deletions

View File

@@ -33,8 +33,8 @@ SpinBoxStyle {
textColor: spinBox.textColor
padding.top: 3
padding.bottom: 1
padding.top: 2
padding.bottom: 2
padding.right: 18
padding.left: 12

View File

@@ -124,8 +124,8 @@ Controls.TextField {
textColor: lineEdit.textColor
placeholderTextColor: creatorTheme.PanelTextColorMid
padding.top: 3
padding.bottom: 3
padding.top: 2
padding.bottom: 2
padding.left: 16
padding.right: lineEdit.showTranslateCheckBox ? 16 : 1
background: Rectangle {