Skip to content
Snippets Groups Projects
Commit d8621408 authored by Christiaan Janssen's avatar Christiaan Janssen
Browse files

QmlDesigner.StatesEditor: Bottom border was missing

parent fd6ffd41
No related branches found
No related tags found
No related merge requests found
...@@ -46,13 +46,14 @@ Rectangle { ...@@ -46,13 +46,14 @@ Rectangle {
anchors.left:root.left anchors.left:root.left
anchors.right:root.right anchors.right:root.right
anchors.top:root.top anchors.top:root.top
height:statesRow.height height:statesRow.height+1
anchors.topMargin:-1; anchors.topMargin:-1;
anchors.leftMargin:-1; anchors.leftMargin:-1;
viewportHeight: height viewportHeight: height
viewportWidth: statesRow.width+2 viewportWidth: statesRow.width+2
Row { Row {
id: statesRow id: statesRow
spacing:10 spacing:10
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment