summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2018-04-11 15:09:27 +0200
committerThomas Hartmann <thomas.hartmann@qt.io>2018-04-11 15:46:44 +0000
commit4f4e5102ea9cd556d633bf87fcaeff63fe9ed08b (patch)
tree5c9739b81468ad3190f72d71c48e74e3c3a68d0a /share
parentbf5ba08435c88bb84b4efb429c68b4b4b3a6a21a (diff)
downloadqt-creator-4f4e5102ea9cd556d633bf87fcaeff63fe9ed08b.tar.gz
QmlDesigner: Slightly increase section size
Change-Id: Iaa42a5e7fa1b58bf77f05ea04fcb997b647f474a Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
Diffstat (limited to 'share')
-rw-r--r--share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/Section.qml4
1 files 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 35405a0da3..b7c2664bdc 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
}