diff --git a/lookandfeel/contents/logout/LogoutButton.qml b/lookandfeel/contents/logout/LogoutButton.qml --- a/lookandfeel/contents/logout/LogoutButton.qml +++ b/lookandfeel/contents/logout/LogoutButton.qml @@ -27,6 +27,7 @@ ActionButton { property var action onClicked: action() + Layout.alignment: Qt.AlignTop iconSize: units.iconSizes.huge opacity: activeFocus || containsMouse ? 1 : 0.5 Behavior on opacity {