Bug 436115 - Since Breeze Light became the default theme, some programs have separators that doesn't blend anymore in the titlebar
Summary: Since Breeze Light became the default theme, some programs have separators th...
Status: RESOLVED NOT A BUG
Alias: None
Product: kde
Classification: I don't know
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-24 06:22 UTC by Lua
Modified: 2021-04-28 23:10 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
separators problem (65.38 KB, image/jpeg)
2021-04-24 06:22 UTC, Lua
Details

Note You need to log in before you can comment on or make changes to this bug.
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!