aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2018-04-09 16:29:53 +0200
committerThomas Hartmann <thomas.hartmann@qt.io>2018-04-10 13:19:09 +0000
commitb61abbc45d04f5463982caea878c5d6360ee5ab9 (patch)
treec8bc2274e997b951857c252c94ef1479d672ad21 /share
parent6f281e844d07d39e3eacc424b3b5aba03cec35ba (diff)
QmlDesigner: Slightly increase section size
Change-Id: Ifa41cbff552c61cac47f09faf5e96dba8734e3fa Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
Diffstat (limited to 'share')
-rw-r--r--share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/Section.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/Section.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/Section.qml
index a4d01b64fe..35405a0da3 100644
--- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/Section.qml
+++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/Section.qml
@@ -52,7 +52,7 @@ Item {
id: label
anchors.verticalCenter: parent.verticalCenter
color: Theme.color(Theme.PanelTextColorLight)
- x: 22
+ x: 24
font.bold: true
}