Port synchronization settings page

This commit is contained in:
Devin Lin 2022-11-26 18:58:54 -05:00 committed by Bart De Vries
parent 4db4664db3
commit ee10727f6a
4 changed files with 506 additions and 460 deletions

View File

@ -15,7 +15,6 @@ import org.kde.kirigamiaddons.labs.mobileform 0.1 as MobileForm
import org.kde.kasts 1.0
Kirigami.ScrollablePage {
id: page
title: i18n("General Settings")
leftPadding: 0
@ -28,7 +27,6 @@ Kirigami.ScrollablePage {
ColumnLayout {
spacing: 0
width: page.width
MobileForm.FormCard {
Layout.fillWidth: true

View File

@ -15,7 +15,6 @@ import org.kde.kirigamiaddons.labs.mobileform 0.1 as MobileForm
import org.kde.kasts 1.0
Kirigami.ScrollablePage {
id: page
title: i18n("Network Settings")
leftPadding: 0
@ -28,7 +27,6 @@ Kirigami.ScrollablePage {
ColumnLayout {
spacing: 0
width: page.width
MobileForm.FormCard {
Layout.fillWidth: true

View File

@ -16,7 +16,6 @@ import org.kde.kirigamiaddons.labs.mobileform 0.1 as MobileForm
import org.kde.kasts 1.0
Kirigami.ScrollablePage {
id: page
title: i18n("Storage Settings")
leftPadding: 0
@ -29,7 +28,6 @@ Kirigami.ScrollablePage {
ColumnLayout {
spacing: 0
width: page.width
MobileForm.FormCard {
Layout.fillWidth: true

File diff suppressed because it is too large Load Diff