Skip to content

Commit

Permalink
Merge pull request #635 from OpenHD/consti-dev
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
Consti10 authored Dec 11, 2023
2 parents 68e595d + 696a771 commit d5a41da
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.Align.Right
return Qt.AlignRight
}
Layout.leftMargin: 10
text: qsTr("REBOOT")
Expand Down

0 comments on commit d5a41da

Please sign in to comment.