From 47845000a7e3f9db14bdbe858811ec8fde2ad071 Mon Sep 17 00:00:00 2001 From: Yari Polla Date: Mon, 16 May 2022 18:47:40 +0200 Subject: [PATCH] quicksettings: bring back notification glow and well-positioned clock --- .../mobileshell/qml/actiondrawer/LandscapeContentContainer.qml | 2 ++ .../qml/widgets/notifications/NotificationsWidget.qml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/components/mobileshell/qml/actiondrawer/LandscapeContentContainer.qml b/components/mobileshell/qml/actiondrawer/LandscapeContentContainer.qml index 24f51c84..33b51817 100644 --- a/components/mobileshell/qml/actiondrawer/LandscapeContentContainer.qml +++ b/components/mobileshell/qml/actiondrawer/LandscapeContentContainer.qml @@ -37,6 +37,7 @@ PlasmaCore.ColorScope { // fullscreen background Rectangle { anchors.fill: parent + // darken if there are notifications color: Qt.rgba(PlasmaCore.Theme.backgroundColor.r, PlasmaCore.Theme.backgroundColor.g, @@ -67,6 +68,7 @@ PlasmaCore.ColorScope { spacing: 0 anchors { top: mediaWidget.bottom + topMargin: minWidthHeight * 0.06 bottom: parent.bottom bottomMargin: minWidthHeight * 0.06 right: quickSettings.left diff --git a/components/mobileshell/qml/widgets/notifications/NotificationsWidget.qml b/components/mobileshell/qml/widgets/notifications/NotificationsWidget.qml index 8f46eb5c..63bec1fa 100644 --- a/components/mobileshell/qml/widgets/notifications/NotificationsWidget.qml +++ b/components/mobileshell/qml/widgets/notifications/NotificationsWidget.qml @@ -106,7 +106,7 @@ Item { id: list model: historyModel currentIndex: -1 - clip: true + property var pendingNotificationWithAction boundsBehavior: Flickable.StopAtBounds