Skip to content

Commit

Permalink
Set bottom padding explicitly on the login page
Browse files Browse the repository at this point in the history
This fixes the look of it on the Steam Deck with the qqc2-breeze-style.
  • Loading branch information
redstrate committed Aug 5, 2024
1 parent 6278dc2 commit 1b1dca1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions launcher/ui/Pages/LoginPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ import zone.xiv.astra
QQC2.Control {
id: page

bottomPadding: Kirigami.Units.largeSpacing

readonly property string invalidLoginReason: {
if (!LauncherCore.currentProfile.account) {
return i18n("Profile has no associated account.");
Expand Down

0 comments on commit 1b1dca1

Please sign in to comment.