From e98c6dfdef5ed688ec1adff60c12dea272d77ef4 Mon Sep 17 00:00:00 2001 From: Devin Lin Date: Sun, 27 Nov 2022 11:27:03 -0500 Subject: [PATCH] Fix separator behaviour --- src/qml/Settings/SynchronizationSettingsPage.qml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/qml/Settings/SynchronizationSettingsPage.qml b/src/qml/Settings/SynchronizationSettingsPage.qml index 279a36bc..f09ea778 100644 --- a/src/qml/Settings/SynchronizationSettingsPage.qml +++ b/src/qml/Settings/SynchronizationSettingsPage.qml @@ -47,7 +47,7 @@ Kirigami.ScrollablePage { } } - MobileForm.FormDelegateSeparator { above: accountStatus; below: manualSync } + MobileForm.FormDelegateSeparator {} MobileForm.FormTextDelegate { id: manualSync @@ -62,7 +62,7 @@ Kirigami.ScrollablePage { } } - MobileForm.FormDelegateSeparator { above: manualSync; below: lastFullSync } + MobileForm.FormDelegateSeparator {} MobileForm.FormTextDelegate { id: lastFullSync @@ -70,7 +70,7 @@ Kirigami.ScrollablePage { description: Sync.lastSuccessfulDownloadSync } - MobileForm.FormDelegateSeparator { above: lastFullSync; below: lastQuickUpload } + MobileForm.FormDelegateSeparator {} MobileForm.FormTextDelegate { id: lastQuickUpload @@ -138,7 +138,7 @@ Kirigami.ScrollablePage { } } - MobileForm.FormDelegateSeparator { above: fetchAllEpisodeStates; below: fetchLocalEpisodeStates } + MobileForm.FormDelegateSeparator {} MobileForm.FormTextDelegate { id: fetchLocalEpisodeStates