Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma Workspace
Commits
f300d9b4
Commit
f300d9b4
authored
Jan 14, 2021
by
Nate Graham
Browse files
[applets/digital-clock] Remove highlight effect from clocks list
These items can't be selected, so a highlight effect makes no sense.
parent
1f87da0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
applets/digital-clock/package/contents/ui/CalendarView.qml
View file @
f300d9b4
...
...
@@ -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
++
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment