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

QmlDesigner.PropertyEditor: Adding label to origin control


Task-number: QTCREATORBUG-11229
Change-Id: Ie884565f1cc75fc9554466b8fdea413f385c9200
Reviewed-by: default avatarLeena Miettinen <riitta-leena.miettinen@digia.com>
Reviewed-by: default avatarRobert Loehning <robert.loehning@digia.com>
parent a04a1653
No related branches found
No related tags found
No related merge requests found
...@@ -39,11 +39,12 @@ Section { ...@@ -39,11 +39,12 @@ Section {
SectionLayout { SectionLayout {
rows: 4 rows: 4
OriginControl { Label {
backendValue: backendValues.transformOrigin text: qsTr("Origin")
} }
SecondColumnLayout { OriginControl {
backendValue: backendValues.transformOrigin
} }
Label { Label {
......
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