From 696a7712a954d463788c3abfb339bb59c10b6e12 Mon Sep 17 00:00:00 2001 From: consti10 Date: Mon, 11 Dec 2023 12:25:50 +0100 Subject: [PATCH] fix typo --- 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 b523c8f6d..d1d33e43f 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.Align.Right + return Qt.AlignRight } Layout.leftMargin: 10 text: qsTr("REBOOT")