aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/qmldesigner/propertyeditor/Qt/Switches.qml
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@nokia.com>2010-09-29 13:27:51 +0200
committerThomas Hartmann <Thomas.Hartmann@nokia.com>2010-09-29 13:31:10 +0200
commita210978e9b02049beabdfb9da320c0c86faf4de1 (patch)
treef9d4057b02f71520321df927af74e756c931713f /share/qtcreator/qmldesigner/propertyeditor/Qt/Switches.qml
parent303a2106a6dc98b3779ef123357e6494bf6c7516 (diff)
QmlDesigner.propertyEditor: re design panes
This patch makes the important properties more accessible. Reviewed-by: Marco Bubke
Diffstat (limited to 'share/qtcreator/qmldesigner/propertyeditor/Qt/Switches.qml')
-rw-r--r--share/qtcreator/qmldesigner/propertyeditor/Qt/Switches.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/Switches.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/Switches.qml
index 3c4b95f95e..d507c5ada0 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/Qt/Switches.qml
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/Switches.qml
@@ -35,8 +35,8 @@ QFrame {
id: layoutMode;
checkable: true;
checked: false;
- toolTip: qsTr("layout and geometry");
- text: qsTr("Geometry");
+ toolTip: qsTr("layout");
+ text: qsTr("Layout");
onClicked: {
extendedMode.checked = false;
standardMode.checked = false;