From 8b0d9ce198f6effc9a70cd005e6659c46ad84a74 Mon Sep 17 00:00:00 2001
From: Thomas Hartmann <Thomas.Hartmann@nokia.com>
Date: Thu, 1 Apr 2010 15:54:48 +0200
Subject: [PATCH] QmlDesigner.propertyEditor: some qml fixes

---
 .../qmldesigner/propertyeditor/Qt/DoubleSpinBoxAlternate.qml   | 3 ++-
 share/qtcreator/qmldesigner/propertyeditor/Qt/Visibility.qml   | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/DoubleSpinBoxAlternate.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/DoubleSpinBoxAlternate.qml
index 9a30cafb1e3..56c98854055 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/Qt/DoubleSpinBoxAlternate.qml
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/DoubleSpinBoxAlternate.qml
@@ -70,8 +70,9 @@ QWidget { //This is a special doubleSpinBox that does color coding for states
             id: label;
             font.bold: true;
             alignment: doubleSpinBox.alignRight  ? "Qt::AlignRight | Qt::AlignVCenter" : "Qt::AlignLeft | Qt::AlignVCenter";
-            fixedWidth: 68
+            fixedWidth: 76
             visible: doubleSpinBox.text != "";
+			toolTip: text
         }
 
         QDoubleSpinBox {
diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/Visibility.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/Visibility.qml
index 1768e5937a4..5f4df26ff7c 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/Qt/Visibility.qml
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/Visibility.qml
@@ -23,7 +23,7 @@ GroupBox {
                 }
                 CheckBox {
                     id: clipCheckBox;
-                    text: qsTr("Clip Content")
+                    text: qsTr("Clip")
                     backendValue: backendValues.clip;
                     baseStateFlag: isBaseState;
                     checkable: true;
-- 
GitLab