QmlDesigner: Replace magic value with proper value

Change-Id: Ib5bbc6238392a6bfbcabb0571bdfb70599ac2705
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Henning Gruendl
2024-06-20 13:37:18 +02:00
committed by Henning Gründl
parent 1728604a5c
commit b9fdfe90ad

View File

@@ -118,7 +118,10 @@ Item {
onHoverChanged: root.delegateHover = delegateComboBox.hover
}
Spacer { implicitWidth: extraButton.visible ? 5 : StudioTheme.Values.twoControlColumnGap }
Spacer {
implicitWidth: extraButton.visible ? StudioTheme.Values.controlLabelGap
: StudioTheme.Values.twoControlColumnGap
}
IconIndicator {
id: extraButton