QmlDesigner.StatesEditor: Bottom border was missing

This commit is contained in:
Christiaan Janssen
2010-02-08 18:22:59 +01:00
parent fd6ffd415f
commit d8621408c7

View File

@@ -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