effects/private: Port ExpoLayout to using anchors

This commit is contained in:
ivan tkachenko 2022-07-26 23:40:22 +03:00
parent 22156777fb
commit 12b72d614e
No known key found for this signature in database
GPG key ID: AF72731B7C654CB3

View file

@ -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 {