Add bottom margin to notifications page spinner

This commit is contained in:
miruka 2021-02-28 14:39:21 -04:00
parent bc0646ef90
commit 656092cec4

View File

@ -64,6 +64,7 @@ HListView {
Layout.alignment: Qt.AlignCenter Layout.alignment: Qt.AlignCenter
Layout.topMargin: theme.spacing Layout.topMargin: theme.spacing
Layout.bottomMargin: Layout.topMargin
} }
} }