Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Thin line under toolbar. #91

Closed
edpil02 opened this issue Jun 3, 2023 · 7 comments
Closed

Thin line under toolbar. #91

edpil02 opened this issue Jun 3, 2023 · 7 comments
Labels
duplicate This issue or pull request already exists

Comments

@edpil02
Copy link

edpil02 commented Jun 3, 2023

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.

Screenshot_20230603_102759

@edpil02
Copy link
Author

edpil02 commented Jun 5, 2023

Solved.

Screenshot_20230605_131244

@@ -1400,7 +1410,7 @@
painter->drawRect(rect);

 painter->setPen(_helper->separatorColor(_toolsAreaManager->palette()));
  • painter->drawLine(rect.bottomLeft(), rect.bottomRight());
  • // painter->drawLine(rect.bottomLeft(), rect.bottomRight());

@paulmcauley
Copy link
Owner

Could you tell me which colour scheme this appears for, and whether that colour scheme has a header colour or not?

@paulmcauley paulmcauley added the duplicate This issue or pull request already exists label Jun 6, 2023
@paulmcauley
Copy link
Owner

duplicate of #38

@edpil02
Copy link
Author

edpil02 commented Jun 6, 2023

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)

@edpil02
Copy link
Author

edpil02 commented Jun 6, 2023

I think the issue mentioned in #38 is related to dolphin view

Screenshot_20230606_073038

Thats why im making a lightly based patch.

Screenshot_20230606_073738

@edpil02
Copy link
Author

edpil02 commented Jun 6, 2023

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.

@paulmcauley
Copy link
Owner

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants