Bug 436115

Summary: Since Breeze Light became the default theme, some programs have separators that doesn't blend anymore in the titlebar
Product: [I don't know] kde Reporter: Lua <lv215bd5>
Component: generalAssignee: Unassigned bugs mailing-list <unassigned-bugs>
Status: RESOLVED NOT A BUG    
Severity: normal CC: nate
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: separators problem

Description Lua 2021-04-24 06:22:46 UTC
Created attachment 137859 [details]
separators problem

SUMMARY
Previously, the titlebar had its own color, but now, with Breeze light, the titlebar blends with the window content. However, some programs still have separators such Dolphin settings and System Settings. There are more programs with this problem, though.

STEPS TO REPRODUCE
1. Open Dolphin settings or System Settings. 

OBSERVED RESULT
The lines look would of place without a colored titlebar.

EXPECTED RESULT
Maybe removing those lines or making them gradient. Dolphin settings content have an outline that change is color indicating that is focused. That might be necessary since the items in the left panel, such as general, startup, etc, already get selected when clicking on them.

SOFTWARE/OS VERSIONS
Operating System: Kubuntu 21.04
KDE Plasma Version: 5.21.4
KDE Frameworks Version: 5.80.0
Qt Version: 5.15.2
Kernel Version: 5.11.0-16-generic

ADDITIONAL INFORMATION
Comment 1 Nate Graham 2021-04-27 17:24:15 UTC
I'm afraid these are all going to be separate issuesm and we cannot fix them all in one place.

For example:
- The issue in Dolphin is going to end up requiring a fix in the base KPageDialog component.
- The issue in Kirigami-based multi-page apps with sidebars like Discover is going to end up needing a fix in Kirigami, to make the separator "float" and not touch the line below it
- The issue in system settings is basically not fixable :(

Can you please file new bug reports, one for each issue you discover? Thanks!
Comment 2 Lua 2021-04-28 06:04:30 UTC
> Can you please file new bug reports, one for each issue you discover? Thanks!

Sorry, I didn't understand what you meant. I need to the same issue for Discover and Dolphin?
Comment 3 Lua 2021-04-28 06:04:57 UTC
Do I need to file the same issue*
Comment 4 Nate Graham 2021-04-28 15:18:44 UTC
Yes. The issue will have a different root cause in each app. Well, sometimes it'll be in the app, and sometimes it'll be in the UI toolkit. But better to just file 'em all anyway, and I'll sort out which ones are common and which ones are unique. :)

ThanksQ
Comment 5 Lua 2021-04-28 23:10:21 UTC
Welcome!