mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-20 11:47:46 +00:00
Fix top spacing on all of the settings pages
This commit is contained in:
parent
c850ecc093
commit
24b5ccf152
7 changed files with 19 additions and 19 deletions
|
@ -61,7 +61,7 @@ FormCard.FormCardPage {
|
||||||
visible: generalAction.checked
|
visible: generalAction.checked
|
||||||
|
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.topMargin: Kirigami.Units.largeSpacing
|
Layout.topMargin: Kirigami.Units.largeSpacing * 4
|
||||||
|
|
||||||
FormCard.FormTextFieldDelegate {
|
FormCard.FormTextFieldDelegate {
|
||||||
id: usernameDelegate
|
id: usernameDelegate
|
||||||
|
@ -105,7 +105,7 @@ FormCard.FormCardPage {
|
||||||
visible: accountAction.checked && !page.account.isSapphire
|
visible: accountAction.checked && !page.account.isSapphire
|
||||||
|
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.topMargin: Kirigami.Units.largeSpacing
|
Layout.topMargin: Kirigami.Units.largeSpacing * 4
|
||||||
|
|
||||||
FormCard.FormComboBoxDelegate {
|
FormCard.FormComboBoxDelegate {
|
||||||
id: licenseField
|
id: licenseField
|
||||||
|
@ -178,7 +178,7 @@ FormCard.FormCardPage {
|
||||||
visible: accountAction.checked && page.account.isSapphire
|
visible: accountAction.checked && page.account.isSapphire
|
||||||
|
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.topMargin: Kirigami.Units.largeSpacing
|
Layout.topMargin: Kirigami.Units.largeSpacing * 4
|
||||||
|
|
||||||
FormCard.FormTextFieldDelegate {
|
FormCard.FormTextFieldDelegate {
|
||||||
id: lobbyURLDelegate
|
id: lobbyURLDelegate
|
||||||
|
@ -195,7 +195,7 @@ FormCard.FormCardPage {
|
||||||
visible: loginAction.checked
|
visible: loginAction.checked
|
||||||
|
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.topMargin: Kirigami.Units.largeSpacing
|
Layout.topMargin: Kirigami.Units.largeSpacing * 4
|
||||||
|
|
||||||
FormCard.FormCheckDelegate {
|
FormCard.FormCheckDelegate {
|
||||||
id: rememberPasswordDelegate
|
id: rememberPasswordDelegate
|
||||||
|
|
|
@ -35,7 +35,7 @@ FormCard.FormCardPage {
|
||||||
]
|
]
|
||||||
|
|
||||||
FormCard.FormCard {
|
FormCard.FormCard {
|
||||||
Layout.topMargin: Kirigami.Units.largeSpacing
|
Layout.topMargin: Kirigami.Units.largeSpacing * 4
|
||||||
visible: repeater.count !== 0
|
visible: repeater.count !== 0
|
||||||
|
|
||||||
Repeater {
|
Repeater {
|
||||||
|
|
|
@ -18,7 +18,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 {
|
||||||
text: i18n("Press the button below to install the compatibility tool for Steam.")
|
text: i18n("Press the button below to install the compatibility tool for Steam.")
|
||||||
|
|
|
@ -19,7 +19,7 @@ FormCard.FormCardPage {
|
||||||
title: i18nc("@title:window", "General")
|
title: i18nc("@title:window", "General")
|
||||||
|
|
||||||
FormCard.FormCard {
|
FormCard.FormCard {
|
||||||
Layout.topMargin: Kirigami.Units.largeSpacing
|
Layout.topMargin: Kirigami.Units.largeSpacing * 4
|
||||||
|
|
||||||
FormCard.FormCheckDelegate {
|
FormCard.FormCheckDelegate {
|
||||||
id: closeAstraDelegate
|
id: closeAstraDelegate
|
||||||
|
|
|
@ -62,7 +62,7 @@ FormCard.FormCardPage {
|
||||||
visible: generalAction.checked
|
visible: generalAction.checked
|
||||||
|
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.topMargin: Kirigami.Units.largeSpacing
|
Layout.topMargin: Kirigami.Units.largeSpacing * 4
|
||||||
|
|
||||||
FormCard.FormTextFieldDelegate {
|
FormCard.FormTextFieldDelegate {
|
||||||
id: nameDelegate
|
id: nameDelegate
|
||||||
|
@ -115,7 +115,7 @@ FormCard.FormCardPage {
|
||||||
visible: wineAction.checked
|
visible: wineAction.checked
|
||||||
|
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.topMargin: Kirigami.Units.largeSpacing
|
Layout.topMargin: Kirigami.Units.largeSpacing * 4
|
||||||
|
|
||||||
FormCard.FormComboBoxDelegate {
|
FormCard.FormComboBoxDelegate {
|
||||||
id: wineTypeDelegate
|
id: wineTypeDelegate
|
||||||
|
@ -166,7 +166,7 @@ FormCard.FormCardPage {
|
||||||
visible: toolsAction.checked
|
visible: toolsAction.checked
|
||||||
|
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.topMargin: Kirigami.Units.largeSpacing
|
Layout.topMargin: Kirigami.Units.largeSpacing * 4
|
||||||
|
|
||||||
FormCard.FormCheckDelegate {
|
FormCard.FormCheckDelegate {
|
||||||
text: i18n("Enable Gamescope")
|
text: i18n("Enable Gamescope")
|
||||||
|
@ -236,7 +236,7 @@ FormCard.FormCardPage {
|
||||||
visible: dalamudAction.checked
|
visible: dalamudAction.checked
|
||||||
|
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.topMargin: Kirigami.Units.largeSpacing
|
Layout.topMargin: Kirigami.Units.largeSpacing * 4
|
||||||
|
|
||||||
FormCard.FormCheckDelegate {
|
FormCard.FormCheckDelegate {
|
||||||
id: enableDalamudDelegate
|
id: enableDalamudDelegate
|
||||||
|
|
|
@ -31,7 +31,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 {
|
||||||
text: i18n("Auto-login Profile")
|
text: i18n("Auto-login Profile")
|
||||||
|
|
|
@ -20,7 +20,7 @@ FormCard.FormCardPage {
|
||||||
id: infoCard
|
id: infoCard
|
||||||
|
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.topMargin: Kirigami.Units.largeSpacing
|
Layout.topMargin: Kirigami.Units.largeSpacing * 4
|
||||||
|
|
||||||
FormCard.FormTextDelegate {
|
FormCard.FormTextDelegate {
|
||||||
id: infoDelegate
|
id: infoDelegate
|
||||||
|
|
Loading…
Add table
Reference in a new issue