From d673fdb1ffee23d37ecd88466ae4ca87e31e134c Mon Sep 17 00:00:00 2001 From: Raphael <68374617+raphaelscholle@users.noreply.github.com> Date: Mon, 8 Jan 2024 13:12:13 +0100 Subject: [PATCH] small ui fix --- qml/ui/configpopup/status/FooterRebootShutdownWarning.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qml/ui/configpopup/status/FooterRebootShutdownWarning.qml b/qml/ui/configpopup/status/FooterRebootShutdownWarning.qml index d1d33e43f..7e20884fd 100644 --- a/qml/ui/configpopup/status/FooterRebootShutdownWarning.qml +++ b/qml/ui/configpopup/status/FooterRebootShutdownWarning.qml @@ -59,7 +59,7 @@ Item { Layout.alignment: {if (m_supports_shutdown_actions == false) return Qt.AlignCenter else - return Qt.AlignRight + return Qt.AlignLeft } Layout.leftMargin: 10 text: qsTr("REBOOT")