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 {
|
||||
id: expoLayout
|
||||
x: heap.padding
|
||||
y: heap.padding
|
||||
width: parent.width - 2 * heap.padding
|
||||
height: parent.height - 2 * heap.padding
|
||||
|
||||
anchors.fill: parent
|
||||
anchors.margins: heap.padding
|
||||
spacing: PlasmaCore.Units.smallSpacing * 5
|
||||
|
||||
Repeater {
|
||||
|
|
Loading…
Reference in a new issue