QmlDesigner: Slightly increase section size

Change-Id: Iaa42a5e7fa1b58bf77f05ea04fcb997b647f474a
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Thomas Hartmann
2018-04-11 15:09:27 +02:00
parent bf5ba08435
commit 4f4e5102ea

View File

@@ -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
}