Created attachment 125200 [details] vertical-line Completed notifications used STRECHED vertical line on FullRepresentation. Maybe it's good for Breeze plasma theme, but creates a limitation for other plasma themes.
vertical must strech to vertical, but not to horizontal.
what plasma theme is that?
https://github.com/varlesh/rounded
I'm use specific lines - with descending and ascending lines. But on notifications vertical-line streched to horizontal.
Created attachment 125320 [details] Oxygen plasma theme reproduced on any plasma theme. Oxygen, for example (attached)
problem will be fixed with remove duplicated width: units.iconSizes.small on elementId: "vertical-line" in FullRepresentation
Created attachment 125321 [details] fixed streched vertical-line (on Oxygen as example)
Requested information was added with comment 5; changing status for inspection.
Can reproduce with the Oxygen theme. The issue here is that we're deliberately stretching the separator SVG in a way that looks fine the with Breeze theme, but doesn't look fine with Oxygen, and presumably also with other themes that have a separator style that isn't a simple line. If we want a thick line, we should probably just use a QML Rectangle object.
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/2886
Git commit 591ce1f1f7e9f99d3854975e2a6d605ac4ecb44c by Nate Graham. Committed on 05/05/2023 at 20:56. Pushed by ngraham into branch 'master'. 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. FIXED-IN: 5.27.5 M +8 -5 applets/notifications/package/contents/ui/FullRepresentation.qml https://invent.kde.org/plasma/plasma-workspace/commit/591ce1f1f7e9f99d3854975e2a6d605ac4ecb44c
Git commit b0056e32d0ade98051eeae9eae77175d402a3d22 by Nate Graham. Committed on 05/05/2023 at 21:02. Pushed by ngraham into branch 'Plasma/5.27'. 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. FIXED-IN: 5.27.5 (cherry picked from commit 591ce1f1f7e9f99d3854975e2a6d605ac4ecb44c) M +8 -5 applets/notifications/package/contents/ui/FullRepresentation.qml https://invent.kde.org/plasma/plasma-workspace/commit/b0056e32d0ade98051eeae9eae77175d402a3d22