We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61e88e6 commit 156ab9dCopy full SHA for 156ab9d
src/main/java/the/bytecode/club/jda/gui/dialogs/AboutWindow.java
@@ -20,7 +20,7 @@ public class AboutWindow extends JFrame {
20
21
public AboutWindow() {
22
this.setIconImages(Resources.iconList);
23
- setSize(new Dimension(400, 400));
+ setSize(new Dimension(400, 410));
24
setType(Type.UTILITY);
25
setTitle("JDA - About");
26
getContentPane().setLayout(new CardLayout(0, 0));
0 commit comments