lkishalmi commented on a change in pull request #1885: [NETBEANS-3428] FlatLaf: 
fixed missing vertical lines in PropSheet
URL: https://github.com/apache/netbeans/pull/1885#discussion_r368257026
 
 

 ##########
 File path: 
platform/openide.explorer/src/org/openide/explorer/propertysheet/SheetTable.java
 ##########
 @@ -195,6 +195,11 @@ public SheetTable() {
 
         if (!PropUtils.noAltBg()) {
             setIntercellSpacing(new Dimension(0, 0));
+        } else {
+            Dimension intercellSpacing = 
UIManager.getDimension("PropSheet.intercellSpacing");
 
 Review comment:
   Usual //NOI18N

----------------------------------------------------------------
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]


With regards,
Apache Git Services

---------------------------------------------------------------------
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

Reply via email to