diff --git a/src/plugins/qmldesigner/components/stateseditor/stateslist.qml b/src/plugins/qmldesigner/components/stateseditor/stateslist.qml index eec79f02053..4f583227418 100644 --- a/src/plugins/qmldesigner/components/stateseditor/stateslist.qml +++ b/src/plugins/qmldesigner/components/stateseditor/stateslist.qml @@ -46,13 +46,14 @@ Rectangle { anchors.left:root.left anchors.right:root.right anchors.top:root.top - height:statesRow.height + height:statesRow.height+1 anchors.topMargin:-1; anchors.leftMargin:-1; viewportHeight: height viewportWidth: statesRow.width+2 + Row { id: statesRow spacing:10