forked from qt-creator/qt-creator
QmlDesigner: Slightly increase section size
Change-Id: Iaa42a5e7fa1b58bf77f05ea04fcb997b647f474a Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
@@ -43,7 +43,7 @@ Item {
|
||||
|
||||
Rectangle {
|
||||
id: header
|
||||
height: 18
|
||||
height: 20
|
||||
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
@@ -52,7 +52,7 @@ Item {
|
||||
id: label
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
color: Theme.color(Theme.PanelTextColorLight)
|
||||
x: 24
|
||||
x: 22
|
||||
font.bold: true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user