Dialog positioning test: Set the correct height

This commit is contained in:
Vishesh Handa 2014-08-27 17:09:46 +02:00
parent e3c1095d92
commit e00b1cab5c

View File

@ -45,10 +45,11 @@ PlasmaCore.Dialog {
id: innerRect id: innerRect
color: "#ddffdd" color: "#ddffdd"
width: 200 width: 200
height: 200 height: layout.height
anchors.centerIn: parent anchors.centerIn: parent
ColumnLayout { ColumnLayout {
id: layout
anchors.margins: 5 anchors.margins: 5
anchors.top: parent.top anchors.top: parent.top
anchors.left:parent.left anchors.left:parent.left