mbien commented on issue #6571: URL: https://github.com/apache/netbeans/issues/6571#issuecomment-1763874304
it was deliberately changed in #5760 to use the standard icons for consistency reasons, but it can be still customized via properties if you like the FlatLaf icons: `tools -> options -> apparance -> flatlaf -> edit custom properties` and add: ```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
