QmlDesigner: Export spacer as alias

Change-Id: I9890d1533de8b3f27bb94c0bccb6d2ed52c21f8f
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Thomas Hartmann
2022-07-07 18:58:41 +02:00
parent c17214c53f
commit 97afa4a91a

View File

@@ -55,6 +55,8 @@ SecondColumnLayout {
property color originalColor
property bool isVector3D: false
property alias spacer: spacer
function isNotInGradientMode() {
return ceMode.currentValue === "Solid"
}
@@ -1320,7 +1322,7 @@ SecondColumnLayout {
+ StudioTheme.Values.linkControlWidth
}
ExpandingSpacer {}
ExpandingSpacer { id: spacer}
StudioControls.Menu {
id: contextMenu