From 20c62f8cc12c86734d63c654d2fceb80d762e010 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Nusser?= Date: Mon, 17 Apr 2017 13:29:18 +0200 Subject: Fix the size for the plugins. --- plugin/drumgizmo_plugin.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugin/drumgizmo_plugin.h') diff --git a/plugin/drumgizmo_plugin.h b/plugin/drumgizmo_plugin.h index 3662d5f..db94e6c 100644 --- a/plugin/drumgizmo_plugin.h +++ b/plugin/drumgizmo_plugin.h @@ -202,4 +202,7 @@ private: std::shared_ptr plugin_gui; std::shared_ptr drumgizmo; std::uint32_t inlineDisplayBuffer[1024*1024]; + + static constexpr std::size_t width{750}; + static constexpr std::size_t height{400}; }; -- cgit v1.2.3