1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-05-11 20:47:45 +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")
FormCard.FormCard {
Layout.topMargin: Kirigami.Units.largeSpacing
Layout.topMargin: Kirigami.Units.largeSpacing * 4
Layout.fillWidth: true
FormCard.FormTextDelegate {

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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