diff options
author | André Nusser <andre.nusser@googlemail.com> | 2017-05-24 16:21:12 +0200 |
---|---|---|
committer | André Nusser <andre.nusser@googlemail.com> | 2017-05-24 17:12:15 +0200 |
commit | 13ab76b2d587a786112a35b5bcccf5e264700f9e (patch) | |
tree | 0d1756b0a7be57b115c0da9581b4aa4cc12939a2 /plugin/drumgizmo_plugin.h | |
parent | 76c46d5b6cfa400f3bbdc742008dcfed9782a339 (diff) |
Add frame in the GUI for bleed control.
Diffstat (limited to 'plugin/drumgizmo_plugin.h')
-rw-r--r-- | plugin/drumgizmo_plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/drumgizmo_plugin.h b/plugin/drumgizmo_plugin.h index 2a77f07..e585c45 100644 --- a/plugin/drumgizmo_plugin.h +++ b/plugin/drumgizmo_plugin.h @@ -208,5 +208,5 @@ private: bool inline_image_first_draw{true}; static constexpr std::size_t width{750}; - static constexpr std::size_t height{385}; + static constexpr std::size_t height{466}; }; |