diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-10-14 19:42:48 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2018-02-18 11:43:42 +0100 |
commit | c3cb642947c42de48a64e79b15af77ff900d2491 (patch) | |
tree | 794782bf243bafa26a6ae103a9e9ede8c2c76d21 /plugingui/testmain.cc | |
parent | 6a90e6c24f05c57cdbe19e5cc44c77c9e5810148 (diff) |
Added latency filter UI controls.
Diffstat (limited to 'plugingui/testmain.cc')
-rw-r--r-- | plugingui/testmain.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugingui/testmain.cc b/plugingui/testmain.cc index 07e5f8d..9d10bd9 100644 --- a/plugingui/testmain.cc +++ b/plugingui/testmain.cc @@ -49,7 +49,7 @@ int main() main_window.show(); // TODO: automatically use drumgizmo_plugin.h size here - parent.resize(750, 466); + parent.resize(750, 613); while(true) { |