Skip to content

Commit

Permalink
vm : lower font size more
Browse files Browse the repository at this point in the history
  • Loading branch information
pquiring committed Mar 26, 2024
1 parent d052207 commit 55cf1d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/jfkvm/src/service/ConfigService.java
Original file line number Diff line number Diff line change
Expand Up @@ -1321,7 +1321,7 @@ private Panel welcomePanel(UI ui) {
);
msg.setMaxWidth();
msg.setMaxHeight();
msg.setFontSize(18);
msg.setFontSize(16);
panel.add(msg);

help.addClickListener((me, cmp) -> {
Expand Down

0 comments on commit 55cf1d8

Please sign in to comment.