DevCharly commented on pull request #2965: URL: https://github.com/apache/netbeans/pull/2965#issuecomment-846984556
You could also remove bottom (and top?) separator of the main toolbar:  It is created here: https://github.com/apache/netbeans/blob/dd5eb0d56e742e3a2e1c3566d64c0f20e78bee0b/platform/core.windows/src/org/netbeans/core/windows/view/ui/toolbars/ToolbarConfiguration.java#L621-L634 Looking at that code it actually seems to be a bug that the toolbar has top and bottom borders on Windows 10, because it does not have borders on Windows 8... -- 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. 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
