Skip to content
Commit b0056e32 authored by Nate Graham's avatar Nate Graham
Browse files

applets/notification: fix history view vertical lines

Right now we use a thickened version of the Plasma theme's vertical line
SVG for the lines in grouped history items. However this is an abuse of
the SVGs, which were not necessarily designed to be thickened in that
way. The result looks fine for some themes where the SVG really is just
a plain vertical line, but does not look good for themes where the
graphic is fancier--for example, Oxygen.

Since the look we want here is just a thick line (AKA a rectangle),
let's just create one ourselves to avoid drama with the Plasma theme.

BUG: 416386
FIXED-IN: 5.27.5


(cherry picked from commit 591ce1f1)
parent 9c5331c3
Pipeline #393551 failed with stage
in 8 minutes and 8 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment