diff options
| author | Tim Redfern <tim@getdrop.com> | 2023-04-23 23:22:38 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2023-04-23 23:22:38 +0100 |
| commit | 9e0236016f5d6afd3a73edad183dfb2b02387e98 (patch) | |
| tree | 5589b5010a1de6eed1650493e812179b84e6e3c6 /nextus/src/main.cpp | |
| parent | cdb92d8c8532a287b752a92f1cf0cbf88d52c117 (diff) | |
many fixes for Nextus show at the complex April 22 2023
Diffstat (limited to 'nextus/src/main.cpp')
| -rw-r--r-- | nextus/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nextus/src/main.cpp b/nextus/src/main.cpp index 3eb78b7..7e4ac16 100644 --- a/nextus/src/main.cpp +++ b/nextus/src/main.cpp @@ -10,7 +10,7 @@ int main(int argc, char *argv[]){ settings.decorated = true; - settings.setSize(1200,700); + settings.setSize(1330,700); settings.setPosition(ofVec2f(0,0)); settings.resizable = false; |
