[applets/digital-clock] Remove highlight effect from clocks list

These items can't be selected, so a highlight effect makes no sense.
wilder-5.22
Nate Graham 5 years ago
parent 1f87da0ba3
commit f300d9b424
  1. 4
      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++) {

Loading…
Cancel
Save