From 4f4e5102ea9cd556d633bf87fcaeff63fe9ed08b Mon Sep 17 00:00:00 2001 From: Thomas Hartmann Date: Wed, 11 Apr 2018 15:09:27 +0200 Subject: [PATCH] QmlDesigner: Slightly increase section size Change-Id: Iaa42a5e7fa1b58bf77f05ea04fcb997b647f474a Reviewed-by: Tim Jenssen --- .../imports/HelperWidgets/Section.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/Section.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/Section.qml index 35405a0da32..b7c2664bdc6 100644 --- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/Section.qml +++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/Section.qml @@ -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 }