From 054e0390ecd69e65ce965f672e0f43b7d96d94e9 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sun, 4 Aug 2024 22:53:39 -0400 Subject: [PATCH] Set bottom padding explicitly on the login page This fixes the look of it on the Steam Deck with the qqc2-breeze-style. --- launcher/ui/Pages/LoginPage.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/launcher/ui/Pages/LoginPage.qml b/launcher/ui/Pages/LoginPage.qml index a09c338..ad6ab70 100644 --- a/launcher/ui/Pages/LoginPage.qml +++ b/launcher/ui/Pages/LoginPage.qml @@ -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.");