Fix the padding in the security and push notification room settings page

This commit is contained in:
James Graham
2022-11-27 13:10:05 +00:00
parent 0ef1d4bfa3
commit 0c57765465
2 changed files with 6 additions and 0 deletions

View File

@@ -16,6 +16,9 @@ Kirigami.ScrollablePage {
title: i18nc('@title:window', 'Notifications')
leftPadding: 0
rightPadding: 0
ColumnLayout {
MobileForm.FormCard {
Layout.topMargin: Kirigami.Units.largeSpacing

View File

@@ -17,6 +17,9 @@ Kirigami.ScrollablePage {
title: i18n("Security")
leftPadding: 0
rightPadding: 0
ColumnLayout {
MobileForm.FormCard {
Layout.topMargin: Kirigami.Units.largeSpacing