mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-01-30 09:31:04 +07:00
Changed default window size of MPQ view to accommodate the additional controls
This commit is contained in:
parent
5cb83081c8
commit
eecaeb5bb9
@ -130,7 +130,7 @@ public class MpqViewer extends Tool {
|
|||||||
|
|
||||||
public static void main(String[] args) throws Exception {
|
public static void main(String[] args) throws Exception {
|
||||||
Lwjgl3Tool.create(MpqViewer.class, "mpq-viewer", args)
|
Lwjgl3Tool.create(MpqViewer.class, "mpq-viewer", args)
|
||||||
.size(1280, 800, true) // arbitrary, comfortable widget layout
|
.size(1380, 870, true) // arbitrary, comfortable widget layout
|
||||||
.config((Lwjgl3Tool.Lwjgl3ToolConfigurator) config -> {
|
.config((Lwjgl3Tool.Lwjgl3ToolConfigurator) config -> {
|
||||||
config.setWindowSizeLimits(640, 480, -1, -1);
|
config.setWindowSizeLimits(640, 480, -1, -1);
|
||||||
config.useVsync(false);
|
config.useVsync(false);
|
||||||
|
Loading…
Reference in New Issue
Block a user