From 9606044525781ab688b9cdbe0669ba6e1567d245 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Mon, 5 May 2025 17:51:33 -0400 Subject: [PATCH] Add more top padding for setup cards --- launcher/ui/Setup/AccountSetup.qml | 2 +- launcher/ui/Setup/AddSquareEnix.qml | 2 +- launcher/ui/Setup/InstallBenchmark.qml | 2 +- launcher/ui/Setup/InstallGame.qml | 2 +- launcher/ui/Setup/UseExistingInstall.qml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/launcher/ui/Setup/AccountSetup.qml b/launcher/ui/Setup/AccountSetup.qml index 7789b1e..797c94c 100644 --- a/launcher/ui/Setup/AccountSetup.qml +++ b/launcher/ui/Setup/AccountSetup.qml @@ -19,7 +19,7 @@ FormCard.FormCardPage { title: i18n("Account Setup") FormCard.FormCard { - Layout.topMargin: Kirigami.Units.largeSpacing + Layout.topMargin: Kirigami.Units.largeSpacing * 4 Layout.fillWidth: true FormCard.FormTextDelegate { diff --git a/launcher/ui/Setup/AddSquareEnix.qml b/launcher/ui/Setup/AddSquareEnix.qml index 75d10ed..aee9dd7 100644 --- a/launcher/ui/Setup/AddSquareEnix.qml +++ b/launcher/ui/Setup/AddSquareEnix.qml @@ -20,7 +20,7 @@ FormCard.FormCardPage { FormCard.FormCard { Layout.fillWidth: true - Layout.topMargin: Kirigami.Units.largeSpacing + Layout.topMargin: Kirigami.Units.largeSpacing * 4 FormCard.FormTextDelegate { id: helpTextDelegate diff --git a/launcher/ui/Setup/InstallBenchmark.qml b/launcher/ui/Setup/InstallBenchmark.qml index f007d45..918cc76 100644 --- a/launcher/ui/Setup/InstallBenchmark.qml +++ b/launcher/ui/Setup/InstallBenchmark.qml @@ -26,7 +26,7 @@ FormCard.FormCardPage { FormCard.FormCard { Layout.fillWidth: true - Layout.topMargin: Kirigami.Units.largeSpacing + Layout.topMargin: Kirigami.Units.largeSpacing * 4 FormCard.FormButtonDelegate { id: selectInstallFolder diff --git a/launcher/ui/Setup/InstallGame.qml b/launcher/ui/Setup/InstallGame.qml index f02b942..c93342a 100644 --- a/launcher/ui/Setup/InstallGame.qml +++ b/launcher/ui/Setup/InstallGame.qml @@ -26,7 +26,7 @@ FormCard.FormCardPage { FormCard.FormCard { Layout.fillWidth: true - Layout.topMargin: Kirigami.Units.largeSpacing + Layout.topMargin: Kirigami.Units.largeSpacing * 4 FormCard.FormButtonDelegate { id: selectInstallFolder diff --git a/launcher/ui/Setup/UseExistingInstall.qml b/launcher/ui/Setup/UseExistingInstall.qml index 0a26f81..6fb437c 100644 --- a/launcher/ui/Setup/UseExistingInstall.qml +++ b/launcher/ui/Setup/UseExistingInstall.qml @@ -32,7 +32,7 @@ FormCard.FormCardPage { visible: existingInstallRepeater.count > 0 Layout.fillWidth: true - Layout.topMargin: Kirigami.Units.largeSpacing + Layout.topMargin: Kirigami.Units.largeSpacing * 4 FormCard.FormTextDelegate { id: foundTextDelegate