aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/qmldesigner/propertyeditor/Qt/Switches.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/Switches.qml
parent1b428d3db4656ed5dad81c1f1cc910181a8e9030 (diff)
QmlDesigner: fixing indentation in qml
Diffstat (limited to 'share/qtcreator/qmldesigner/propertyeditor/Qt/Switches.qml')
-rw-r--r--share/qtcreator/qmldesigner/propertyeditor/Qt/Switches.qml8
1 files changed, 4 insertions, 4 deletions
diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/Switches.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/Switches.qml
index 51d1800384..db167667c5 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/Qt/Switches.qml
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/Switches.qml
@@ -30,8 +30,8 @@ QFrame {
layoutPane.visible = false;
}
}
-
- QPushButton {
+
+ QPushButton {
id: layoutMode;
checkable: true;
checked: false;
@@ -46,7 +46,7 @@ QFrame {
layoutPane.visible = true;
}
}
-
+
QPushButton {
id: extendedMode;
toolTip: "advanced properties";
@@ -62,6 +62,6 @@ QFrame {
layoutPane.visible = false;
}
}
-
+
}
}