eirikbakke commented on code in PR #4335: URL: https://github.com/apache/netbeans/pull/4335#discussion_r915790453
########## platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/FlatLaf.properties: ########## @@ -39,11 +44,12 @@ TabbedContainer.view.contentBorderColor=$Component.borderColor #---- EditorTab ---- -EditorTab.tabInsets=5,6,7,8 +EditorTab.tabInsets=5,6,7,6 EditorTab.underlineHeight=3 EditorTab.underlineAtTop=true EditorTab.tabSeparatorColor=$Component.borderColor EditorTab.showTabSeparators=true +EditorTab.showSelectedTabBorder=true Review Comment: Will leave the explicit setting in the properties file but set the default in the code for when the property is not present. -- 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
