mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[outlineviewer] Change default size to 600x400 (#3353)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user