Revert "Top-align lock/login/logout screen action buttons"

This reverts commit dde0f20b23.
wilder-5.25
Eugene Popov 4 years ago committed by Fushan Wen
parent 5098ad492f
commit 9cb17caefc
  1. 2
      lookandfeel/contents/components/SessionManagementScreen.qml
  2. 2
      lookandfeel/contents/logout/Logout.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

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

Loading…
Cancel
Save