aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rw-r--r--share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/FontSection.qml22
1 files changed, 12 insertions, 10 deletions
diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/FontSection.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/FontSection.qml
index 0360012570..6cbc8a77c0 100644
--- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/FontSection.qml
+++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/FontSection.qml
@@ -196,11 +196,7 @@ Section {
}
SecondColumnLayout {
- Label {
- text: qsTr("Word")
- tooltip: qsTr("Sets the word spacing for the font.")
- width: 42
- }
+
SpinBox {
maximumValue: 500
minimumValue: -500
@@ -210,16 +206,17 @@ Section {
Layout.minimumWidth: 60
stepSize: 0.1
}
+ Label {
+ text: qsTr("Word")
+ tooltip: qsTr("Sets the word spacing for the font.")
+ width: 42
+ }
Item {
width: 4
height: 4
}
- Label {
- text: qsTr("Letter")
- tooltip: qsTr("Sets the letter spacing for the font.")
- width: 42
- }
+
SpinBox {
maximumValue: 500
minimumValue: -500
@@ -229,6 +226,11 @@ Section {
Layout.minimumWidth: 60
stepSize: 0.1
}
+ Label {
+ text: qsTr("Letter")
+ tooltip: qsTr("Sets the letter spacing for the font.")
+ width: 42
+ }
}
Label {