forked from qt-creator/qt-creator
QmlDesigner: Fix ProgressParSpecifics
Task-number: QDS-8170 Change-Id: I5c9c4b1cb2751b89e7c1bb58c8f184dbbcf0623e Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
@@ -85,10 +85,11 @@ Column {
|
||||
CheckBox {
|
||||
text: backendValues.indeterminate.valueToString
|
||||
implicitWidth: StudioTheme.Values.twoControlColumnWidth
|
||||
+ StudioTheme.Values.actionIndicatorWidt
|
||||
+ StudioTheme.Values.actionIndicatorWidth
|
||||
backendValue: backendValues.indeterminate
|
||||
enabled: backendValue.isAvailable
|
||||
}
|
||||
ExpandingSpacer {}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user