QmlDesigner: Add more space

Change-Id: I56c13be32d9dcb4fca43cd6577b2b06ffd71eaf8
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Thomas Hartmann
2019-06-05 18:02:31 +02:00
parent 5344d41689
commit 337e8c71c8

View File

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