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