Skip to content

Commit

Permalink
UI defaults dumps updated on macOS for commits 9fef2f9 and ce52732
Browse files Browse the repository at this point in the history
  • Loading branch information
DevCharly committed Dec 8, 2023
1 parent 8cc2925 commit c25d857
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 2 deletions.
24 changes: 24 additions & 0 deletions flatlaf-testing/dumps/uidefaults/FlatDarkLaf_1.8.0-mac.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,18 @@
+ FileChooser.useSystemExtensionHiding false


#---- JXHeader ----

- JXHeader.titleFont [active] Segoe UI bold 12 javax.swing.plaf.FontUIResource [UI]
+ JXHeader.titleFont [active] Helvetica Neue bold 13 javax.swing.plaf.FontUIResource [UI]


#---- JXTitledPanel ----

- JXTitledPanel.titleFont [active] Segoe UI bold 12 javax.swing.plaf.FontUIResource [UI]
+ JXTitledPanel.titleFont [active] Helvetica Neue bold 13 javax.swing.plaf.FontUIResource [UI]


#---- Menu ----

- Menu.shortcutKeys length=1 [I
Expand Down Expand Up @@ -53,6 +65,18 @@

- ScrollBar.thumbInsets 0,0,0,0 javax.swing.plaf.InsetsUIResource [UI]
+ ScrollBar.thumbInsets 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]


#---- TaskPane ----

- TaskPane.font [active] Segoe UI bold 12 javax.swing.plaf.FontUIResource [UI]
+ TaskPane.font [active] Helvetica Neue bold 13 javax.swing.plaf.FontUIResource [UI]


#---- TitlePane ----

- TitlePane.small.font [active] Segoe UI plain 11 javax.swing.plaf.FontUIResource [UI]
+ TitlePane.small.font [active] Helvetica Neue plain 12 javax.swing.plaf.FontUIResource [UI]
- defaultFont Segoe UI plain 12 javax.swing.plaf.FontUIResource [UI]
+ defaultFont Helvetica Neue plain 13 javax.swing.plaf.FontUIResource [UI]

Expand Down
24 changes: 24 additions & 0 deletions flatlaf-testing/dumps/uidefaults/FlatLightLaf_1.8.0-mac.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,18 @@
+ FileChooser.useSystemExtensionHiding false


#---- JXHeader ----

- JXHeader.titleFont [active] Segoe UI bold 12 javax.swing.plaf.FontUIResource [UI]
+ JXHeader.titleFont [active] Helvetica Neue bold 13 javax.swing.plaf.FontUIResource [UI]


#---- JXTitledPanel ----

- JXTitledPanel.titleFont [active] Segoe UI bold 12 javax.swing.plaf.FontUIResource [UI]
+ JXTitledPanel.titleFont [active] Helvetica Neue bold 13 javax.swing.plaf.FontUIResource [UI]


#---- Menu ----

- Menu.shortcutKeys length=1 [I
Expand Down Expand Up @@ -53,6 +65,18 @@

- ScrollBar.thumbInsets 0,0,0,0 javax.swing.plaf.InsetsUIResource [UI]
+ ScrollBar.thumbInsets 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]


#---- TaskPane ----

- TaskPane.font [active] Segoe UI bold 12 javax.swing.plaf.FontUIResource [UI]
+ TaskPane.font [active] Helvetica Neue bold 13 javax.swing.plaf.FontUIResource [UI]


#---- TitlePane ----

- TitlePane.small.font [active] Segoe UI plain 11 javax.swing.plaf.FontUIResource [UI]
+ TitlePane.small.font [active] Helvetica Neue plain 12 javax.swing.plaf.FontUIResource [UI]
- defaultFont Segoe UI plain 12 javax.swing.plaf.FontUIResource [UI]
+ defaultFont Helvetica Neue plain 13 javax.swing.plaf.FontUIResource [UI]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ CheckBox.focusInputMap [lazy] 2 javax.swing.plaf.InputMapUIResource [

#---- ComboBox ----

ComboBox.ancestorInputMap [lazy] 11 javax.swing.plaf.InputMapUIResource [UI]
ComboBox.ancestorInputMap [lazy] 10 javax.swing.plaf.InputMapUIResource [UI]
DOWN selectNext
END endPassThrough
ENTER enterPressed
Expand All @@ -31,7 +31,6 @@ ComboBox.ancestorInputMap [lazy] 11 javax.swing.plaf.InputMapUIResource
KP_UP selectPrevious
PAGE_DOWN pageDownPassThrough
PAGE_UP pageUpPassThrough
SPACE spacePopup
UP selectPrevious


Expand Down

0 comments on commit c25d857

Please sign in to comment.