aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/qmldesigner/propertyeditor/Qt/AlignmentHorizontalButtons.qml
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@nokia.com>2010-04-20 10:24:56 +0200
committerThomas Hartmann <Thomas.Hartmann@nokia.com>2010-04-21 11:45:35 +0200
commitf822ae69ecf4c421291be033c74633c9b6d92602 (patch)
tree57f41adf9e2bfd60bf6f085983d598bc69ebf0e3 /share/qtcreator/qmldesigner/propertyeditor/Qt/AlignmentHorizontalButtons.qml
parent1b428d3db4656ed5dad81c1f1cc910181a8e9030 (diff)
QmlDesigner: fixing indentation in qml
Diffstat (limited to 'share/qtcreator/qmldesigner/propertyeditor/Qt/AlignmentHorizontalButtons.qml')
-rw-r--r--share/qtcreator/qmldesigner/propertyeditor/Qt/AlignmentHorizontalButtons.qml12
1 files changed, 6 insertions, 6 deletions
diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/AlignmentHorizontalButtons.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/AlignmentHorizontalButtons.qml
index a9ec3a09ad..c5df4da92f 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/Qt/AlignmentHorizontalButtons.qml
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/AlignmentHorizontalButtons.qml
@@ -13,9 +13,9 @@ QGroupBox {
id: leftButton
checkable: true
fixedWidth: 32
- width: fixedWidth
+ width: fixedWidth
fixedHeight: 32
- height: fixedHeight
+ height: fixedHeight
styleSheetFile: "alignmentleftbutton.css";
checked: backendValues.horizontalAlignment.value == "AlignLeft"
@@ -32,9 +32,9 @@ QGroupBox {
x: 32
checkable: true
fixedWidth: 32
- width: fixedWidth
+ width: fixedWidth
fixedHeight: 32
- height: fixedHeight
+ height: fixedHeight
styleSheetFile: "alignmentcenterhbutton.css";
checked: backendValues.horizontalAlignment.value == "AlignHCenter"
@@ -52,9 +52,9 @@ QGroupBox {
x: 64
checkable: true
fixedWidth: 32
- width: fixedWidth
+ width: fixedWidth
fixedHeight: 32
- height: fixedHeight
+ height: fixedHeight
styleSheetFile: "alignmentrightbutton.css";
checked: backendValues.horizontalAlignment.value == "AlignRight"