forked from qt-creator/qt-creator
QmlDesigner: Replace magic value with proper value
Change-Id: Ib5bbc6238392a6bfbcabb0571bdfb70599ac2705 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
committed by
Henning Gründl
parent
1728604a5c
commit
b9fdfe90ad
@@ -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
|
||||
|
Reference in New Issue
Block a user