mirror of https://github.com/buggins/dlangide.git
fix window size
This commit is contained in:
parent
0fee21f99c
commit
2422cb222e
|
@ -41,7 +41,7 @@ extern (C) int UIAppMain(string[] args) {
|
|||
}
|
||||
|
||||
// create window
|
||||
Window window = Platform.instance.createWindow("Dlang IDE", null);
|
||||
Window window = Platform.instance.createWindow("Dlang IDE", null, WindowFlag.Resizable, 900, 700);
|
||||
|
||||
IDEFrame frame = new IDEFrame(window);
|
||||
|
||||
|
|
Loading…
Reference in New Issue