summaryrefslogtreecommitdiff
path: root/share/qtcreator/qmldesigner
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@nokia.com>2011-05-06 18:08:52 +0200
committerThomas Hartmann <Thomas.Hartmann@nokia.com>2011-05-06 18:10:51 +0200
commit8e26fd31eb83a6d3afee0ad63936c2e7dbfbe0e9 (patch)
treebb6918b7c7360f77eeccc6698825386b962464ad /share/qtcreator/qmldesigner
parent54dec9573731687da2080681ee78a14fd5c20497 (diff)
downloadqt-creator-8e26fd31eb83a6d3afee0ad63936c2e7dbfbe0e9.tar.gz
QmlDesigner.propertyEditor: fixes for Flickable
Diffstat (limited to 'share/qtcreator/qmldesigner')
-rw-r--r--share/qtcreator/qmldesigner/propertyeditor/Qt/FlickableGroupBox.qml6
1 files changed, 4 insertions, 2 deletions
diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/FlickableGroupBox.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/FlickableGroupBox.qml
index a779aee695..e74bc0371d 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/Qt/FlickableGroupBox.qml
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/FlickableGroupBox.qml
@@ -40,7 +40,8 @@ GroupBox {
QWidget {
layout: HorizontalLayout {
Label {
- text: qsTr("Flickable Direction")
+ text: qsTr("Flick Direction")
+ toolTip: qsTr("Flickable Direction")
}
ComboBox {
@@ -57,7 +58,8 @@ GroupBox {
QWidget {
layout: HorizontalLayout {
Label {
- text: qsTr("Bounds Behavior")
+ text: qsTr("Behavior")
+ toolTip: qsTr("Bounds Behavior")
}
ComboBox {