diff options
author | TheMarlboroMan <marlborometal@gmail.com> | 2020-11-15 16:23:26 +0100 |
---|---|---|
committer | TheMarlboroMan <marlborometal@gmail.com> | 2020-11-15 16:23:26 +0100 |
commit | b0fa70c97c9b4886fb6e063664dc4d10daf12c1c (patch) | |
tree | bad875a8fa771783f9086afa4147f46cfe299671 /plugin/drumgizmo_plugin.h | |
parent | 37e0c7ece76d2fdc23a42f87f9112ec1423dd988 (diff) |
Store size of main window centralized in mainwindow.h to reduce redundancy.
Diffstat (limited to 'plugin/drumgizmo_plugin.h')
-rw-r--r-- | plugin/drumgizmo_plugin.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/plugin/drumgizmo_plugin.h b/plugin/drumgizmo_plugin.h index 521ec86..78a74dc 100644 --- a/plugin/drumgizmo_plugin.h +++ b/plugin/drumgizmo_plugin.h @@ -114,6 +114,7 @@ public: void closeWindow() override; private: + class Input : public AudioInputEngineMidi { @@ -215,9 +216,6 @@ private: GUI::Image inline_display_image{":resources/logo.png"}; bool inline_image_first_draw{true}; - static constexpr std::size_t width{750}; - static constexpr std::size_t height{713}; - #ifdef WITH_NLS UITranslation translation; #endif // WITH_NLS |