We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cabcc52 commit 0890fafCopy full SHA for 0890faf
src/main/java/gui/JWTSuiteTab.java
@@ -128,7 +128,7 @@ private void drawGui() {
128
129
JButton creditButton = new JButton("About");
130
creditButton.addActionListener(arg0 -> {
131
- JLabelLink jLabelLink = new JLabelLink(Strings.CREDIT_TITLE, 530, 565);
+ JLabelLink jLabelLink = new JLabelLink(Strings.CREDIT_TITLE, 530, 625);
132
133
jLabelLink.addText("<h2>About JWT4B</h2>JSON Web Tokens (also known as JWT4B) is developed by Oussama Zgheb<br>");
134
jLabelLink.addURL("<a href=\"https://zgheb.com/\">Mantainer Website</a>", "zgheb.com");
0 commit comments