Skip to content

Commit 0890faf

Browse files
Oussama ZghebOussama Zgheb
authored andcommitted
increase about tab height
1 parent cabcc52 commit 0890faf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/gui/JWTSuiteTab.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ private void drawGui() {
128128

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

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

0 commit comments

Comments
 (0)