diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/ProgressBarSpecifics.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/ProgressBarSpecifics.qml index 39919a462c1..6dde7ca6111 100644 --- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/ProgressBarSpecifics.qml +++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/ProgressBarSpecifics.qml @@ -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 {} } } }