Skip to content

Commit

Permalink
increase about tab height
Browse files Browse the repository at this point in the history
  • Loading branch information
Oussama Zgheb authored and Oussama Zgheb committed Aug 12, 2024
1 parent cabcc52 commit 0890faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/gui/JWTSuiteTab.java
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ private void drawGui() {

JButton creditButton = new JButton("About");
creditButton.addActionListener(arg0 -> {
JLabelLink jLabelLink = new JLabelLink(Strings.CREDIT_TITLE, 530, 565);
JLabelLink jLabelLink = new JLabelLink(Strings.CREDIT_TITLE, 530, 625);

jLabelLink.addText("<h2>About JWT4B</h2>JSON Web Tokens (also known as JWT4B) is developed by Oussama Zgheb<br>");
jLabelLink.addURL("<a href=\"https://zgheb.com/\">Mantainer Website</a>", "zgheb.com");
Expand Down

0 comments on commit 0890faf

Please sign in to comment.