Dialog positioning test: Set the correct height
This commit is contained in:
parent
e3c1095d92
commit
e00b1cab5c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user