1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-05-13 21:07:46 +00:00

Add more top padding for setup cards

This commit is contained in:
Joshua Goins 2025-05-05 17:51:33 -04:00
parent c9c8efd734
commit 9606044525
5 changed files with 5 additions and 5 deletions

View file

@ -19,7 +19,7 @@ FormCard.FormCardPage {
title: i18n("Account Setup") title: i18n("Account Setup")
FormCard.FormCard { FormCard.FormCard {
Layout.topMargin: Kirigami.Units.largeSpacing Layout.topMargin: Kirigami.Units.largeSpacing * 4
Layout.fillWidth: true Layout.fillWidth: true
FormCard.FormTextDelegate { FormCard.FormTextDelegate {

View file

@ -20,7 +20,7 @@ FormCard.FormCardPage {
FormCard.FormCard { FormCard.FormCard {
Layout.fillWidth: true Layout.fillWidth: true
Layout.topMargin: Kirigami.Units.largeSpacing Layout.topMargin: Kirigami.Units.largeSpacing * 4
FormCard.FormTextDelegate { FormCard.FormTextDelegate {
id: helpTextDelegate id: helpTextDelegate

View file

@ -26,7 +26,7 @@ FormCard.FormCardPage {
FormCard.FormCard { FormCard.FormCard {
Layout.fillWidth: true Layout.fillWidth: true
Layout.topMargin: Kirigami.Units.largeSpacing Layout.topMargin: Kirigami.Units.largeSpacing * 4
FormCard.FormButtonDelegate { FormCard.FormButtonDelegate {
id: selectInstallFolder id: selectInstallFolder

View file

@ -26,7 +26,7 @@ FormCard.FormCardPage {
FormCard.FormCard { FormCard.FormCard {
Layout.fillWidth: true Layout.fillWidth: true
Layout.topMargin: Kirigami.Units.largeSpacing Layout.topMargin: Kirigami.Units.largeSpacing * 4
FormCard.FormButtonDelegate { FormCard.FormButtonDelegate {
id: selectInstallFolder id: selectInstallFolder

View file

@ -32,7 +32,7 @@ FormCard.FormCardPage {
visible: existingInstallRepeater.count > 0 visible: existingInstallRepeater.count > 0
Layout.fillWidth: true Layout.fillWidth: true
Layout.topMargin: Kirigami.Units.largeSpacing Layout.topMargin: Kirigami.Units.largeSpacing * 4
FormCard.FormTextDelegate { FormCard.FormTextDelegate {
id: foundTextDelegate id: foundTextDelegate