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
color: "#ddffdd"
width: 200
height: 200
height: layout.height
anchors.centerIn: parent
ColumnLayout {
id: layout
anchors.margins: 5
anchors.top: parent.top
anchors.left:parent.left