[outlineviewer] Change default size to 600x400 (#3353)

This commit is contained in:
Peter Johnson
2021-05-11 23:34:16 -07:00
committed by GitHub
parent e21b443a45
commit 9ebc3b058d

View File

@@ -218,7 +218,7 @@ int main() {
gui::AddLateExecute(DisplayGui);
gui::Initialize("OutlineViewer - DISCONNECTED", 1024, 768);
gui::Initialize("OutlineViewer - DISCONNECTED", 600, 400);
gui::Main();
gModel.reset();