Skip to content

Commit

Permalink
Recommitting the window size configs (will be used over cli args in f…
Browse files Browse the repository at this point in the history
…uture)
  • Loading branch information
collinsmith committed Jul 3, 2019
1 parent ffdd9e7 commit e3588a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions desktop/src/com/riiablo/DesktopLauncher.java
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ public static void main(String[] args) {
config.addIcon("ic_launcher_32.png", Files.FileType.Internal);
config.addIcon("ic_launcher_16.png", Files.FileType.Internal);
config.resizable = false;
//config.width = 1280;//853;
//config.height = 720;//480;
config.allowSoftwareMode = cmd != null && cmd.hasOption("allowSoftwareMode");

int width = NumberUtils.toInt(cmd.getOptionValue('i', "853"));
Expand Down

0 comments on commit e3588a6

Please sign in to comment.