Mercurial Hosting > junotu
changeset 81:b2a17ae9c9e2
Window: Changed default window width to 512 (from 384)
author | Fox |
---|---|
date | Sat, 07 Jan 2023 13:38:25 +0100 |
parents | 0d4e996a5d99 |
children | e476baaaab2c |
files | src/junotu/Window.java |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
diff -r 0d4e996a5d99 -r b2a17ae9c9e2 src/junotu/Window.java --- a/src/junotu/Window.java Sat Jan 07 12:56:48 2023 +0100 +++ b/src/junotu/Window.java Sat Jan 07 13:38:25 2023 +0100 @@ -54,7 +54,7 @@ panelsCreate(); tabSwitch( tab ); - this.setSize(384, 384); + this.setSize(512, 384); this.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); this.setVisible(true);