Skip to content

Commit

Permalink
Fix unshown contributors when LANG=C
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiraoka committed Nov 7, 2022
1 parent 2cd5b77 commit 4b340e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/featurecat/lizzie/gui/ConfigDialog.java
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ protected DocumentFilter getDocumentFilter() {

LinkLabel lblContributors =
new LinkLabel(resourceBundle.getString("LizzieConfig.lizzie.contributors"));
lblContributors.setFont(new Font("Tahoma", Font.PLAIN, 14));
lblContributors.setFont(new Font("Tahoma", Font.PLAIN, 12));
GroupLayout gl = new GroupLayout(aboutTab);
gl.setHorizontalGroup(
gl.createParallelGroup(Alignment.LEADING)
Expand Down

0 comments on commit 4b340e3

Please sign in to comment.