-
-
Notifications
You must be signed in to change notification settings - Fork 280
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
Change window title bar button icons #956
Comments
Hello. Depends on this code You can override it via keys
There how laf set values
|
C
I've tried this but the hover hint dissapeared
|
All window icons impl used custom version of FlatWindowAbstractIcon. I think you need add custom variant with extending FlatWindowAbstractIcon and delegate paint (#paintIconAt1x()) to your svg icon |
The four icons are responsible for doing all necessary painting, including hover and pressed states. You can either subclass |
I'm using feather icons in my application and I would like to use some of their buttons as my minimize,maximize and close buttons
https://feathericons.com/?query=close
The text was updated successfully, but these errors were encountered: