diff --git a/components/mobileshell/qml/actiondrawer/private/NotificationDrawer.qml b/components/mobileshell/qml/actiondrawer/private/NotificationDrawer.qml index 72262d3f..6b5ecb9c 100644 --- a/components/mobileshell/qml/actiondrawer/private/NotificationDrawer.qml +++ b/components/mobileshell/qml/actiondrawer/private/NotificationDrawer.qml @@ -71,6 +71,8 @@ Item { MobileShell.NotificationsWidget { id: notificationWidget readonly property bool isConvergence: ShellSettings.Settings.convergenceModeEnabled + Kirigami.Theme.inherit: false + Kirigami.Theme.colorSet: Kirigami.Theme.Window anchors.fill: parent anchors.topMargin: root.topMargin + (isConvergence ? Kirigami.Units.gridUnit : 0) anchors.rightMargin: actionDrawer.mode == MobileShell.ActionDrawer.Portrait ? 0 : (isConvergence ? Kirigami.Units.gridUnit : Math.max(root.width - Kirigami.Units.gridUnit * 25, 0))