aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/qmldesigner/propertyeditor/Qt/Switches.qml
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@nokia.com>2010-02-04 16:03:45 +0100
committerThomas Hartmann <Thomas.Hartmann@nokia.com>2010-02-05 12:16:04 +0100
commit3ebb81f40f596200142b1d34f4ff04ffccc9ca01 (patch)
treed4eafb4dc7590a86d3c69001ace6a58a02640c4a /share/qtcreator/qmldesigner/propertyeditor/Qt/Switches.qml
parent92f8cc49d3bd23d14c1ff827638403a97da6a9b3 (diff)
QmlDesigner.propertyEditor: ids have to be lower case
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 4a95ae0f96..95a21f23a4 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/Qt/Switches.qml
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/Switches.qml
@@ -20,7 +20,7 @@ QFrame {
id: standardMode;
toolTip: "general item properties";
//iconFromFile: "images/rect-icon.png";
- text: "Common"
+ text: "Common"
onClicked: {
extendedMode.checked = false;
layoutMode.checked = false;
@@ -35,7 +35,7 @@ QFrame {
toolTip: "extended properties";
checkable: true;
checked: false;
- text: "Advanced"
+ text: "Advanced"
onClicked: {
standardMode.checked = false;
layoutMode.checked = false;
@@ -50,7 +50,7 @@ QFrame {
checkable: true;
checked: false;
toolTip: "layout properties";
- text: "Anchor";
+ text: "Anchor";
onClicked: {
extendedMode.checked = false;
standardMode.checked = false;