aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/qtcreator/qmldesigner/statesEditorQmlSources/StatesDelegate.qml3
1 files changed, 1 insertions, 2 deletions
diff --git a/share/qtcreator/qmldesigner/statesEditorQmlSources/StatesDelegate.qml b/share/qtcreator/qmldesigner/statesEditorQmlSources/StatesDelegate.qml
index 29f019e6c6..ef624574ac 100644
--- a/share/qtcreator/qmldesigner/statesEditorQmlSources/StatesDelegate.qml
+++ b/share/qtcreator/qmldesigner/statesEditorQmlSources/StatesDelegate.qml
@@ -132,7 +132,6 @@ Rectangle {
StudioControls.TextField {
id: stateNameField
- actionIndicatorVisible: !isBaseState || (isBaseState && modelHasDefaultState)
actionIndicator.onClicked: {
stateNameField.actionIndicator.forceVisible = true
@@ -151,7 +150,7 @@ Rectangle {
y: 4
anchors.left: parent.left
// use the spacing which the image to the delegate rectangle has
- anchors.leftMargin: (isBaseState ? StudioTheme.Values.height : 0) + 4
+ anchors.leftMargin: 4
anchors.right: removeStateButton.left
anchors.rightMargin: 2