From f300d9b424c36bf5418a8d6a8fd67bb7b61ae56a Mon Sep 17 00:00:00 2001 From: Nate Graham Date: Thu, 14 Jan 2021 08:35:33 -0700 Subject: [PATCH] [applets/digital-clock] Remove highlight effect from clocks list These items can't be selected, so a highlight effect makes no sense. --- applets/digital-clock/package/contents/ui/CalendarView.qml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/applets/digital-clock/package/contents/ui/CalendarView.qml b/applets/digital-clock/package/contents/ui/CalendarView.qml index 6094d54c0..ad39b120e 100644 --- a/applets/digital-clock/package/contents/ui/CalendarView.qml +++ b/applets/digital-clock/package/contents/ui/CalendarView.qml @@ -474,6 +474,10 @@ PlasmaComponents3.Page { width: parent.width + // We don't want any highlight effect at all as there is no + // concept of items being selected here + highlight: Item {} + model: { var timezones = []; for (var i = 0; i < plasmoid.configuration.selectedTimeZones.length; i++) {