-
Notifications
You must be signed in to change notification settings - Fork 34
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
GNOME decorations hover should not use a gradient #72
Comments
I heard about that, it seems this #21 does not apply anymore :( I think there is some screenshot in some other issue, I'll try to find it |
Oh, it's actually in #65 |
Ah ok ;) |
I guess it makes sense to change it if Gnome/Adwaita style users prefer it this way. Would you like to give it a try? It shouldn't be too difficult to change it |
Sure! Where would I find the relevant files? |
It's all in drawIconGnome function in breezebutton.cpp |
Hm, I don't know C++. I'll take a look and see what I can do though |
I don't think you need much C++ knowledge for this purpose, give it a try :-) |
I'm assuming you can just remove all the gradient references? |
Yes, just that. I recommend that you make changes one by one and check it on the fly. And then you can consider whether buttons should be surrounded by circles or squares according to Adwaita... |
Also, wondering whether we should keep previous Gnome style for those who like it, hmm, even though under a different name... EDIT: but don't worry about it... it won't be difficult to have it back if someone requests it |
Why not call this one adwaita and the old one 'old adwaita'? Oh, ok |
Sure, I am all for it, didn't want to give you too much trouble ;-) |
:P |
Sure, no hurries |
got sidetracked. I cannot figure it out :( |
Ok, no problem |
My aim is that SBE is maintained by the community. This shouldn't be hard to fix. I hope someone in the community cares about SBE and submits a pull request about it... I could help if somebody wants to try but is lost where to start. |
The latest Adwaita version does not use a gradient when you hover over a button.
The text was updated successfully, but these errors were encountered: