You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2021/05/24 11:38:24 UTC

[GitHub] [netbeans] DevCharly commented on pull request #2965: [NETBEANS-5697] Various smaller LAF/HiDPI improvements in the Windows LAF

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:
   
   ![image](https://user-images.githubusercontent.com/5604048/119341111-b2264900-bc93-11eb-9833-9a69177f03ed.png)
   
   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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists