Commit 6711ef8e authored by Aleksi Suomalainen's avatar Aleksi Suomalainen

[notifications] Add bottomMargin to notifications in order not to cover statusbar.

parent c83c4938
......@@ -54,6 +54,7 @@ Item {
property int notificationMargin: 14
property int notificationIconSize: 60
anchors.bottom: parent.bottom
anchors.bottomMargin: 48
anchors.left: parent.left
width: isPortrait ? notificationWindow.height : notificationWindow.width
height: notificationArea.notificationHeight
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment