summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2019-06-05 18:02:31 +0200
committerThomas Hartmann <thomas.hartmann@qt.io>2019-06-05 16:08:16 +0000
commit337e8c71c8fe083b3881ef7da506628a82ebcdf0 (patch)
treebdde7f4d67a6ac31695bac29adf1be4fa60ff6d7 /share
parent5344d41689c835db1a4b9ce48caafc6203554d76 (diff)
downloadqt-creator-337e8c71c8fe083b3881ef7da506628a82ebcdf0.tar.gz
QmlDesigner: Add more space
Change-Id: I56c13be32d9dcb4fca43cd6577b2b06ffd71eaf8 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Diffstat (limited to 'share')
-rw-r--r--share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/AdvancedSection.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/AdvancedSection.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/AdvancedSection.qml
index d68e021d7f..3cf02f122e 100644
--- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/AdvancedSection.qml
+++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/AdvancedSection.qml
@@ -55,7 +55,7 @@ Section {
minimumValue: 0.01
stepSize: 0.1
maximumValue: 10
- Layout.preferredWidth: 80
+ Layout.preferredWidth: 100
}
ExpandingSpacer {
}
@@ -70,7 +70,7 @@ Section {
decimals: 2
minimumValue: -360
maximumValue: 360
- Layout.preferredWidth: 80
+ Layout.preferredWidth: 100
}
ExpandingSpacer {
}
@@ -84,7 +84,7 @@ Section {
hasSlider: true
minimumValue: -100
maximumValue: 100
- Layout.preferredWidth: 80
+ Layout.preferredWidth: 100
}
ExpandingSpacer {
}