This is an automated email from the ASF dual-hosted git repository.

neilcsmith pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
     new 5fd13fcff9 Switch FlatLaf JTabbedPane tab type to card.
     new 79cc0034d4 Merge pull request #6070 from neilcsmith-net/flat-tab-cards
5fd13fcff9 is described below

commit 5fd13fcff9538f27597873a2799c6c8372d7301e
Author: Neil C Smith <neilcsm...@apache.org>
AuthorDate: Mon Jun 12 14:54:30 2023 +0100

    Switch FlatLaf JTabbedPane tab type to card.
---
 .../src/org/netbeans/swing/laf/flatlaf/FlatLaf.properties              | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/FlatLaf.properties
 
b/platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/FlatLaf.properties
index fe3ced48fa..e72a2ab534 100644
--- 
a/platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/FlatLaf.properties
+++ 
b/platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/FlatLaf.properties
@@ -43,7 +43,8 @@ SplitPaneDivider.style = plain
 # Windows LAF is 22 pixels tall.
 TabbedPane.tabHeight=30
 TabbedPane.inactiveUnderlineColor = $TabbedContainer.editor.contentBorderColor
-
+TabbedPane.tabType=card
+TabbedPane.tabAreaInsets=4,0,0,0
 
 #---- Tree ----
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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

Reply via email to