forked from qt-creator/qt-creator
QmlDesigner: Adjust padding
Task-number: QTCREATORBUG-17770 Change-Id: I8dc0b67a365b6ef4a79d440b8fec1a8b6a5dd44a Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -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
|
||||
|
||||
|
@@ -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 {
|
||||
|
Reference in New Issue
Block a user