From 43efabd63cc67fc60f6cb56f97440559469722d8 Mon Sep 17 00:00:00 2001
From: Thomas Hartmann <Thomas.Hartmann@nokia.com>
Date: Thu, 25 Feb 2010 15:51:41 +0100
Subject: [PATCH] QmlDesigner.propertyEditor: capital letters for captions

---
 share/qtcreator/qmldesigner/propertyeditor/Qt/Geometry.qml | 2 +-
 share/qtcreator/qmldesigner/propertyeditor/Qt/Layout.qml   | 2 +-
 share/qtcreator/qmldesigner/propertyeditor/Qt/Type.qml     | 5 +++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/Geometry.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/Geometry.qml
index 6e017fbb915..a1bbafe1f33 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/Qt/Geometry.qml
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/Geometry.qml
@@ -5,7 +5,7 @@ GroupBox {
     finished: finishedNotify
     id: geometry
 
-    caption: "geometry"
+    caption: "Geometry"
 
     layout: VerticalLayout {
 
diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/Layout.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/Layout.qml
index 3a26f993831..3065fb251a0 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/Qt/Layout.qml
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/Layout.qml
@@ -4,7 +4,7 @@ import Bauhaus 1.0
 GroupBox {
     finished: finishedNotify;
 
-    caption: "layout";
+    caption: "Layout";
 
     id: layout;
     enabled: anchorBackend.hasParent;
diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/Type.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/Type.qml
index b803e47b757..e99f51ab2f6 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/Qt/Type.qml
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/Type.qml
@@ -4,11 +4,12 @@ import Bauhaus 1.0
 GroupBox {
     id: type;
     finished: finishedNotify;
-    caption: "type";
+    caption: "Type";
 
     layout: VerticalLayout {
+        spacing: 6
         QWidget {
-            layout: HorizontalLayout {
+            layout: HorizontalLayout {			
                 Label {
                     text: "type";
                     windowTextColor: isBaseState ? "#000000" : "#FF0000";                 
-- 
GitLab