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:
parent
942ed1fc59
commit
054e0390ec
1 changed files with 2 additions and 0 deletions
|
@ -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.");
|
||||
|
|
Loading…
Add table
Reference in a new issue