Skip to content

Commit

Permalink
Fix about window size
Browse files Browse the repository at this point in the history
  • Loading branch information
rcx committed May 13, 2017
1 parent 61e88e6 commit 156ab9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class AboutWindow extends JFrame {

public AboutWindow() {
this.setIconImages(Resources.iconList);
setSize(new Dimension(400, 400));
setSize(new Dimension(400, 410));
setType(Type.UTILITY);
setTitle("JDA - About");
getContentPane().setLayout(new CardLayout(0, 0));
Expand Down

0 comments on commit 156ab9d

Please sign in to comment.