forked from qt-creator/qt-creator
QmlDesigner.StatesEditor: Bottom border was missing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user