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