Fix the padding in the security and push notification room settings page
This commit is contained in:
@@ -16,6 +16,9 @@ Kirigami.ScrollablePage {
|
||||
|
||||
title: i18nc('@title:window', 'Notifications')
|
||||
|
||||
leftPadding: 0
|
||||
rightPadding: 0
|
||||
|
||||
ColumnLayout {
|
||||
MobileForm.FormCard {
|
||||
Layout.topMargin: Kirigami.Units.largeSpacing
|
||||
|
||||
@@ -17,6 +17,9 @@ Kirigami.ScrollablePage {
|
||||
|
||||
title: i18n("Security")
|
||||
|
||||
leftPadding: 0
|
||||
rightPadding: 0
|
||||
|
||||
ColumnLayout {
|
||||
MobileForm.FormCard {
|
||||
Layout.topMargin: Kirigami.Units.largeSpacing
|
||||
|
||||
Reference in New Issue
Block a user