forked from qt-creator/qt-creator
QmlDesigner: Add more space
Change-Id: I56c13be32d9dcb4fca43cd6577b2b06ffd71eaf8 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
@@ -55,7 +55,7 @@ Section {
|
|||||||
minimumValue: 0.01
|
minimumValue: 0.01
|
||||||
stepSize: 0.1
|
stepSize: 0.1
|
||||||
maximumValue: 10
|
maximumValue: 10
|
||||||
Layout.preferredWidth: 80
|
Layout.preferredWidth: 100
|
||||||
}
|
}
|
||||||
ExpandingSpacer {
|
ExpandingSpacer {
|
||||||
}
|
}
|
||||||
@@ -70,7 +70,7 @@ Section {
|
|||||||
decimals: 2
|
decimals: 2
|
||||||
minimumValue: -360
|
minimumValue: -360
|
||||||
maximumValue: 360
|
maximumValue: 360
|
||||||
Layout.preferredWidth: 80
|
Layout.preferredWidth: 100
|
||||||
}
|
}
|
||||||
ExpandingSpacer {
|
ExpandingSpacer {
|
||||||
}
|
}
|
||||||
@@ -84,7 +84,7 @@ Section {
|
|||||||
hasSlider: true
|
hasSlider: true
|
||||||
minimumValue: -100
|
minimumValue: -100
|
||||||
maximumValue: 100
|
maximumValue: 100
|
||||||
Layout.preferredWidth: 80
|
Layout.preferredWidth: 100
|
||||||
}
|
}
|
||||||
ExpandingSpacer {
|
ExpandingSpacer {
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user