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.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
|
||||||
|
|||||||
Reference in New Issue
Block a user