mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-01 14:39:16 -06:00
Center client window, default size to 1024x768 (insets are annoying)
This commit is contained in:
parent
41ea81d31a
commit
a63bf74124
1 changed files with 2 additions and 2 deletions
|
|
@ -258,8 +258,8 @@ public final class client extends GameShell {
|
|||
@Pc(146) client c = new client();
|
||||
instance = c;
|
||||
c.startApplication(modeWhat + 32, "runescape");
|
||||
GameShell.frame.setLocation(40, 40);
|
||||
GameShell.frame.setSize(768, 530); //set a reasonable size by default
|
||||
GameShell.frame.setLocationRelativeTo(null);
|
||||
GameShell.frame.setSize(1024, 768); // set a reasonable size by default
|
||||
} catch (@Pc(167) Exception ex) {
|
||||
TracingException.report(null, ex);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue