1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-20 11:47:46 +00:00

Set bottom padding explicitly on the login page

This fixes the look of it on the Steam Deck with the qqc2-breeze-style.
This commit is contained in:
Joshua Goins 2024-08-04 22:53:39 -04:00
parent 942ed1fc59
commit 054e0390ec

View file

@ -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.");