Skip to content
Snippets Groups Projects
Commit 43efabd6 authored by Thomas Hartmann's avatar Thomas Hartmann
Browse files

QmlDesigner.propertyEditor: capital letters for captions

parent 64d8ee1d
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ GroupBox {
finished: finishedNotify
id: geometry
caption: "geometry"
caption: "Geometry"
layout: VerticalLayout {
......
......@@ -4,7 +4,7 @@ import Bauhaus 1.0
GroupBox {
finished: finishedNotify;
caption: "layout";
caption: "Layout";
id: layout;
enabled: anchorBackend.hasParent;
......
......@@ -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";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment