diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/Geometry.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/Geometry.qml index 6e017fbb915aa4ec41fc4c5430ac4158229e76eb..a1bbafe1f331b2354fc56d17e6fd951cfb3d44fb 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 3a26f993831ccf85436aef4994aa0c7b68a2b187..3065fb251a0309ba3e92f0194e13f504764229eb 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 b803e47b75763d5f8e1f3f20c2f00a250312996d..e99f51ab2f678443676dbe1db3be14a38e604e8a 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";