DevCharly commented on PR #5760:
URL: https://github.com/apache/netbeans/pull/5760#issuecomment-1500409428
Thanks for all the feedback.
Have updated the implementation.
It now sets `Tree.closedIcon` and `Tree.openIcon` (thanks @eirikbakke).
And the icons are now set in `FlatLaf.properties` (was class `FlatLFCustoms`
before),
which allows overriding them in custom properties ("Edit custom properties"
button in FlatLaf Options dialog).
@mbien add this to custom properties to change them back to FlatLaf outlined
icons:
~~~properties
Tree.closedIcon = com.formdev.flatlaf.icons.FlatTreeClosedIcon
Tree.openIcon = com.formdev.flatlaf.icons.FlatTreeOpenIcon
~~~
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists