From 9cb17caefce0496e37be387c105b7069d1b20bef Mon Sep 17 00:00:00 2001 From: Eugene Popov Date: Tue, 12 Apr 2022 17:05:06 +0000 Subject: [PATCH] Revert "Top-align lock/login/logout screen action buttons" This reverts commit dde0f20b2357a6dd6500e5331c04f14f904f5cc7. --- lookandfeel/contents/components/SessionManagementScreen.qml | 2 +- lookandfeel/contents/logout/Logout.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lookandfeel/contents/components/SessionManagementScreen.qml b/lookandfeel/contents/components/SessionManagementScreen.qml index c64e481fd..c9baa6f21 100644 --- a/lookandfeel/contents/components/SessionManagementScreen.qml +++ b/lookandfeel/contents/components/SessionManagementScreen.qml @@ -107,7 +107,7 @@ FocusScope { Row { //deliberately not rowlayout as I'm not trying to resize child items id: actionItemsLayout spacing: PlasmaCore.Units.largeSpacing / 2 - Layout.alignment: Qt.AlignHCenter | Qt.AlignTop + Layout.alignment: Qt.AlignHCenter } Item { Layout.fillHeight: true diff --git a/lookandfeel/contents/logout/Logout.qml b/lookandfeel/contents/logout/Logout.qml index 06b9c51d0..e1714057b 100644 --- a/lookandfeel/contents/logout/Logout.qml +++ b/lookandfeel/contents/logout/Logout.qml @@ -156,7 +156,7 @@ PlasmaCore.ColorScope { RowLayout { spacing: PlasmaCore.Units.largeSpacing * 2 - Layout.alignment: Qt.AlignHCenter | Qt.AlignTop + Layout.alignment: Qt.AlignHCenter LogoutButton { id: suspendButton iconSource: "system-suspend"