-
Notifications
You must be signed in to change notification settings - Fork 0
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
The goal #1
Comments
Not far off! I have no idea why the menu is twice as wide as soon as the slider is added. I also want to try to make the "Opacity: XX%" text centered. Ideally I'd put it on the side of the slider like the mock-up, but I don't think that's possible with the existing PopupSliderMenuItem and it's a bad idea to duplicate it and change the required code (thus not benefiting from future updates). |
I've been playing a little with your code out of boredom and I guess it may have improved a bit. GTK menus are kinda screwed up, I had the same issue in Applet PYE while working on it, and ended up forking the PopupSliderMenuItem code in order to achieve the desired result - which is much what you want here.
|
This is the goal I'm going for
The text was updated successfully, but these errors were encountered: