forked from qt-creator/qt-creator
QmlDesigner: Export spacer as alias
Change-Id: I9890d1533de8b3f27bb94c0bccb6d2ed52c21f8f Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
@@ -55,6 +55,8 @@ SecondColumnLayout {
|
|||||||
property color originalColor
|
property color originalColor
|
||||||
property bool isVector3D: false
|
property bool isVector3D: false
|
||||||
|
|
||||||
|
property alias spacer: spacer
|
||||||
|
|
||||||
function isNotInGradientMode() {
|
function isNotInGradientMode() {
|
||||||
return ceMode.currentValue === "Solid"
|
return ceMode.currentValue === "Solid"
|
||||||
}
|
}
|
||||||
@@ -1320,7 +1322,7 @@ SecondColumnLayout {
|
|||||||
+ StudioTheme.Values.linkControlWidth
|
+ StudioTheme.Values.linkControlWidth
|
||||||
}
|
}
|
||||||
|
|
||||||
ExpandingSpacer {}
|
ExpandingSpacer { id: spacer}
|
||||||
|
|
||||||
StudioControls.Menu {
|
StudioControls.Menu {
|
||||||
id: contextMenu
|
id: contextMenu
|
||||||
|
Reference in New Issue
Block a user