diff options
| author | André Nusser <andre.nusser@googlemail.com> | 2019-05-12 22:39:34 +0200 | 
|---|---|---|
| committer | André Nusser <andre.nusser@googlemail.com> | 2019-05-12 22:39:34 +0200 | 
| commit | 16e2b1c230064788e28930ef27903a5164afa74f (patch) | |
| tree | 28c76197fbe8d4c145f29ef3363b8e098dad887b /plugin | |
| parent | f8642113634dc5ab6ffbc1e1d5b79d5be8e579da (diff) | |
Reorder frames and resize window.
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 2f271c6..b422430 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{733}; +	static constexpr std::size_t height{613};  }; | 
