aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/qmldesigner/propertyeditor/Qt/Switches.qml
diff options
context:
space:
mode:
authorChristiaan Janssen <christiaan.janssen@nokia.com>2010-02-26 15:36:27 +0100
committerChristiaan Janssen <christiaan.janssen@nokia.com>2010-02-26 15:36:27 +0100
commit13aa81319e0bf4b765180af556e64227ce4033fc (patch)
tree4aaa83fc081672a61a34dad0b106ce0eb3309a70 /share/qtcreator/qmldesigner/propertyeditor/Qt/Switches.qml
parentcecd7bbf6d9cfd79f5a672e8abbf3653afcd2c9c (diff)
QmlDesigner.PropertyEditor: Removed trailing whitespace
Diffstat (limited to 'share/qtcreator/qmldesigner/propertyeditor/Qt/Switches.qml')
-rw-r--r--share/qtcreator/qmldesigner/propertyeditor/Qt/Switches.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/Switches.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/Switches.qml
index 95a21f23a4..dabcb6c5fc 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/Qt/Switches.qml
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/Switches.qml
@@ -29,12 +29,12 @@ QFrame {
extendedPane.visible = false;
layoutPane.visible = false;
}
- }
+ }
QPushButton {
id: extendedMode;
toolTip: "extended properties";
checkable: true;
- checked: false;
+ checked: false;
text: "Advanced"
onClicked: {
standardMode.checked = false;
@@ -49,7 +49,7 @@ QFrame {
id: layoutMode;
checkable: true;
checked: false;
- toolTip: "layout properties";
+ toolTip: "layout properties";
text: "Anchor";
onClicked: {
extendedMode.checked = false;