diff options
| author | Tim Redfern <tim@getdrop.com> | 2018-02-03 02:01:09 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2018-02-03 02:01:09 +0000 |
| commit | f19740af946bd1faa6d364995b72b8a32e2315e3 (patch) | |
| tree | fce87902192f5d6861e68c65116e52a031401525 /gui/src/main.cpp | |
| parent | 645e8c6007bdacaf2f37019d871ce9d3281a280d (diff) | |
many changes
Diffstat (limited to 'gui/src/main.cpp')
| -rw-r--r-- | gui/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/src/main.cpp b/gui/src/main.cpp index d8d06d3..bdc0e8a 100644 --- a/gui/src/main.cpp +++ b/gui/src/main.cpp @@ -21,7 +21,7 @@ int main(int argc, char *argv[]){ mainWindow->setVerticalSync(false); settings.width = 600; - settings.height = 1200; + settings.height = 900; settings.setPosition(ofVec2f(0,0)); settings.resizable = true; |
