Skip to content

Commit

Permalink
small ui fix
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Jan 8, 2024
1 parent 39c839d commit d673fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qml/ui/configpopup/status/FooterRebootShutdownWarning.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit d673fdb

Please sign in to comment.