From 656092cec4706b10dace2c3e197d80c300f6b0e7 Mon Sep 17 00:00:00 2001 From: miruka Date: Sun, 28 Feb 2021 14:39:21 -0400 Subject: [PATCH] Add bottom margin to notifications page spinner --- src/gui/Pages/AccountSettings/Notifications.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/Pages/AccountSettings/Notifications.qml b/src/gui/Pages/AccountSettings/Notifications.qml index e2d4e3aa..db8fb25b 100644 --- a/src/gui/Pages/AccountSettings/Notifications.qml +++ b/src/gui/Pages/AccountSettings/Notifications.qml @@ -64,6 +64,7 @@ HListView { Layout.alignment: Qt.AlignCenter Layout.topMargin: theme.spacing + Layout.bottomMargin: Layout.topMargin } }