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