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