effects/private: Port ExpoLayout to using anchors
This commit is contained in:
parent
22156777fb
commit
12b72d614e
1 changed files with 3 additions and 4 deletions
|
@ -100,10 +100,9 @@ FocusScope {
|
||||||
|
|
||||||
ExpoLayout {
|
ExpoLayout {
|
||||||
id: expoLayout
|
id: expoLayout
|
||||||
x: heap.padding
|
|
||||||
y: heap.padding
|
anchors.fill: parent
|
||||||
width: parent.width - 2 * heap.padding
|
anchors.margins: heap.padding
|
||||||
height: parent.height - 2 * heap.padding
|
|
||||||
spacing: PlasmaCore.Units.smallSpacing * 5
|
spacing: PlasmaCore.Units.smallSpacing * 5
|
||||||
|
|
||||||
Repeater {
|
Repeater {
|
||||||
|
|
Loading…
Reference in a new issue