Closed edpil02 closed 1 year ago
Solved.
@@ -1400,7 +1410,7 @@ painter->drawRect(rect);
painter->setPen(_helper->separatorColor(_toolsAreaManager->palette()));
Could you tell me which colour scheme this appears for, and whether that colour scheme has a header colour or not?
duplicate of #38
This issue append since i added a header color in my color sheme , which explain why the line i removed is in:
void Style::drawToolsAreaBackground(QPainter painter, Helper _helper, ToolsAreaManager _toolsAreaManager, QMainWindow mw, const QRect &rect)
I think the issue mentioned in https://github.com/paulmcauley/klassy/issues/38 is related to dolphin view
Thats why im making a lightly based patch.
Hi ! need help.
I'm i don't know Qt nor programming , just a little code hacker and i'm stuck in my patch about transparency.
Have you any idea how dolphinview transparency could be managed .
I spent long hours to test some lightly piece of code related to , but no success.
Thanks.
Hi ! need help. I'm i don't know Qt nor programming , just a little code hacker and i'm stuck in my patch about transparency. Have you any idea how dolphinview transparency could be managed . I spent long hours to test some lightly piece of code related to , but no success. Thanks.
I will look at it some time in the future. I want it as a generic setting that can be applied to Dolphin via an Application-Specific override (a feature not implemented yet which will require some time)
Is there a way to disable the thin line under the toolbar.This line does not appear in breeze native and is annoying in certain color configurations. Thanks.