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

QmlDesigner.propertyEditor: adjust layout.qml to new pngs

parent 468e952c
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ GroupBox { ...@@ -10,7 +10,7 @@ GroupBox {
enabled: anchorBackend.hasParent; enabled: anchorBackend.hasParent;
property var targetLabelWidth: 90 - 20 - 26 property var targetLabelWidth: 90 - 20 - 26
property int leftMarginMargin: 0 property int leftMarginMargin: 16
layout: VerticalLayout { layout: VerticalLayout {
Label { Label {
...@@ -19,6 +19,7 @@ GroupBox { ...@@ -19,6 +19,7 @@ GroupBox {
QWidget { QWidget {
layout: HorizontalLayout { layout: HorizontalLayout {
leftMargin: 10 leftMargin: 10
topMargin: 8
AnchorButtons { AnchorButtons {
...@@ -39,8 +40,8 @@ GroupBox { ...@@ -39,8 +40,8 @@ GroupBox {
leftMargin: 10 leftMargin: 10
QLabel { QLabel {
//iconFromFile: "qrc:qmldesigner/images/icon-top.png" //iconFromFile: "qrc:qmldesigner/images/icon-top.png"
fixedWidth: 32 fixedWidth: 16
fixedHeight: 32 fixedHeight: 16
styleSheet: "border-image: url(:/qmldesigner/images/icon-top.png)"; styleSheet: "border-image: url(:/qmldesigner/images/icon-top.png)";
} }
...@@ -88,8 +89,8 @@ GroupBox { ...@@ -88,8 +89,8 @@ GroupBox {
leftMargin: 10 leftMargin: 10
QLabel { QLabel {
//iconFromFile: "qrc:qmldesigner/images/icon-top.png" //iconFromFile: "qrc:qmldesigner/images/icon-top.png"
fixedWidth: 32 fixedWidth: 16
fixedHeight: 32 fixedHeight: 16
styleSheet: "border-image: url(:/qmldesigner/images/icon-bottom.png)"; styleSheet: "border-image: url(:/qmldesigner/images/icon-bottom.png)";
} }
...@@ -136,8 +137,8 @@ GroupBox { ...@@ -136,8 +137,8 @@ GroupBox {
leftMargin: 10 leftMargin: 10
QLabel { QLabel {
//iconFromFile: "qrc:qmldesigner/images/icon-top.png" //iconFromFile: "qrc:qmldesigner/images/icon-top.png"
fixedWidth: 32 fixedWidth: 16
fixedHeight: 32 fixedHeight: 16
styleSheet: "border-image: url(:/qmldesigner/images/icon-left.png)"; styleSheet: "border-image: url(:/qmldesigner/images/icon-left.png)";
} }
...@@ -183,8 +184,8 @@ GroupBox { ...@@ -183,8 +184,8 @@ GroupBox {
leftMargin: 10 leftMargin: 10
QLabel { QLabel {
//iconFromFile: "qrc:qmldesigner/images/icon-top.png" //iconFromFile: "qrc:qmldesigner/images/icon-top.png"
fixedWidth: 32 fixedWidth: 16
fixedHeight: 32 fixedHeight: 16
styleSheet: "border-image: url(:/qmldesigner/images/icon-right.png)"; styleSheet: "border-image: url(:/qmldesigner/images/icon-right.png)";
} }
...@@ -230,8 +231,8 @@ GroupBox { ...@@ -230,8 +231,8 @@ GroupBox {
leftMargin: 10 leftMargin: 10
QLabel { QLabel {
//iconFromFile: "qrc:qmldesigner/images/icon-top.png" //iconFromFile: "qrc:qmldesigner/images/icon-top.png"
fixedWidth: 32 fixedWidth: 16
fixedHeight: 32 fixedHeight: 16
styleSheet: "border-image: url(:/qmldesigner/images/icon-horizontal.png)"; styleSheet: "border-image: url(:/qmldesigner/images/icon-horizontal.png)";
} }
...@@ -277,8 +278,8 @@ GroupBox { ...@@ -277,8 +278,8 @@ GroupBox {
leftMargin: 10 leftMargin: 10
QLabel { QLabel {
//iconFromFile: "qrc:qmldesigner/images/icon-top.png" //iconFromFile: "qrc:qmldesigner/images/icon-top.png"
fixedWidth: 32 fixedWidth: 16
fixedHeight: 32 fixedHeight: 16
styleSheet: "border-image: url(:/qmldesigner/images/icon-vertical.png)"; styleSheet: "border-image: url(:/qmldesigner/images/icon-vertical.png)";
} }
......
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