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

QmlDesigner.propertyEditor: bind margins in layout editor

parent 4392c112
No related branches found
No related tags found
No related merge requests found
...@@ -53,6 +53,7 @@ GroupBox { ...@@ -53,6 +53,7 @@ GroupBox {
IntEditor { IntEditor {
slider: false slider: false
caption: "Margin" caption: "Margin"
backendValue: backendValues.anchors_topMargin
} }
PlaceHolder { PlaceHolder {
...@@ -93,6 +94,7 @@ GroupBox { ...@@ -93,6 +94,7 @@ GroupBox {
IntEditor { IntEditor {
slider: false slider: false
caption: "Margin" caption: "Margin"
backendValue: backendValues.anchors_bottomMargin
} }
PlaceHolder { PlaceHolder {
...@@ -132,6 +134,7 @@ GroupBox { ...@@ -132,6 +134,7 @@ GroupBox {
IntEditor { IntEditor {
slider: false slider: false
caption: "Margin" caption: "Margin"
backendValue: backendValues.anchors_leftMargin
} }
PlaceHolder { PlaceHolder {
...@@ -171,6 +174,7 @@ GroupBox { ...@@ -171,6 +174,7 @@ GroupBox {
IntEditor { IntEditor {
slider: false slider: false
caption: "Margin" caption: "Margin"
backendValue: backendValues.anchors_rightMargin
} }
PlaceHolder { PlaceHolder {
......
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