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 2020/01/18 23:48:40 UTC

[GitHub] [netbeans] DevCharly opened a new pull request #1885: [NETBEANS-3428] FlatLaf: fixed missing vertical lines in PropSheet

DevCharly opened a new pull request #1885: [NETBEANS-3428] FlatLaf: fixed missing vertical lines in PropSheet
URL: https://github.com/apache/netbeans/pull/1885
 
 
   This PR fixes the missing vertical lines in right column of PropSheet.
   
   ![image](https://user-images.githubusercontent.com/5604048/72672085-5ae7e700-3a55-11ea-94c8-8f80c7592150.png)
   

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


With regards,
Apache Git Services

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


[GitHub] [netbeans] lkishalmi merged pull request #1885: [NETBEANS-3428] FlatLaf: fixed missing vertical lines in PropSheet

Posted by GitBox <gi...@apache.org>.
lkishalmi merged pull request #1885: [NETBEANS-3428] FlatLaf: fixed missing vertical lines in PropSheet
URL: https://github.com/apache/netbeans/pull/1885
 
 
   

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


With regards,
Apache Git Services

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


[GitHub] [netbeans] lkishalmi commented on a change in pull request #1885: [NETBEANS-3428] FlatLaf: fixed missing vertical lines in PropSheet

Posted by GitBox <gi...@apache.org>.
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:
users@infra.apache.org


With regards,
Apache Git Services

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