diff options
| author | Tim Redfern <tim@getdrop.com> | 2022-10-26 14:11:24 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2022-10-26 14:11:24 +0100 |
| commit | af01d2b3c81e41950822d416f3dafee23447d421 (patch) | |
| tree | fc5bc77989888f79627690d58ec1c0170e523d73 /pluginchooser/src/main.cpp | |
| parent | 17275ae5aee3935920df1cab45652aa20a0b4513 (diff) | |
| parent | 70772eeeaac50d87d53d823f6136cf957a31ef33 (diff) | |
WIP
Diffstat (limited to 'pluginchooser/src/main.cpp')
| -rw-r--r-- | pluginchooser/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pluginchooser/src/main.cpp b/pluginchooser/src/main.cpp index d9d6188..851c933 100644 --- a/pluginchooser/src/main.cpp +++ b/pluginchooser/src/main.cpp @@ -4,7 +4,7 @@ int main(int argc, char *argv[]){ ofGLFWWindowSettings settings; settings.decorated = true; - settings.setSize(400,400); + settings.setSize(800,600); settings.setPosition(ofVec2f(100,100)); settings.resizable = false; |
