Skip to content

Commit d673fdb

Browse files
small ui fix
1 parent 39c839d commit d673fdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qml/ui/configpopup/status/FooterRebootShutdownWarning.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Item {
5959
Layout.alignment: {if (m_supports_shutdown_actions == false)
6060
return Qt.AlignCenter
6161
else
62-
return Qt.AlignRight
62+
return Qt.AlignLeft
6363
}
6464
Layout.leftMargin: 10
6565
text: qsTr("REBOOT")

0 commit comments

Comments
 (0)