diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2020-05-02 13:48:23 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2020-05-02 13:48:23 +0200 |
commit | 2c395c676ebe4c821ac7126323ab0c15febb9bfe (patch) | |
tree | 13f6c49c208875c96b3f87d41ce8456c3441676a /plugin | |
parent | c9134d86d393e3acba278d886482b84d3e4bf722 (diff) |
Add new powermap widgget to the plugingui.
Diffstat (limited to 'plugin')
-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 b422430..1f91fbc 100644 --- a/plugin/drumgizmo_plugin.h +++ b/plugin/drumgizmo_plugin.h @@ -213,5 +213,5 @@ private: bool inline_image_first_draw{true}; static constexpr std::size_t width{750}; - static constexpr std::size_t height{613}; + static constexpr std::size_t height{713}; }; |