Skip to content

Commit

Permalink
change font style of setting label
Browse files Browse the repository at this point in the history
  • Loading branch information
creme332 committed Dec 23, 2023
1 parent c3a1b27 commit bccf733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/github/creme332/view/Settings/Form.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public Form() {

JPanel titlePanel = new JPanel();
JLabel title = new JLabel("Settings");
title.putClientProperty("FlatLaf.style", "font: $h1.font");
title.putClientProperty("FlatLaf.style", "font: $h0.font");
titlePanel.setBorder(new EmptyBorder(10, 10, 10, 10));

titlePanel.add(title);
Expand Down

0 comments on commit bccf733

Please sign in to comment.