diff options
Diffstat (limited to 'plugin')
| -rw-r--r-- | plugin/Makefile.mingw32.in | 1 | ||||
| -rw-r--r-- | plugin/drumgizmo_plugin.h | 2 | 
2 files changed, 2 insertions, 1 deletions
| diff --git a/plugin/Makefile.mingw32.in b/plugin/Makefile.mingw32.in index 77f43e1..b22febd 100644 --- a/plugin/Makefile.mingw32.in +++ b/plugin/Makefile.mingw32.in @@ -47,6 +47,7 @@ DG_CFLAGS = -I@top_srcdir@ -I@top_srcdir@/include -I@top_srcdir@/src \  GUI_SRC = \  	@top_srcdir@/plugingui/abouttab.cc \ +	@top_srcdir@/plugingui/bleedcontrolframecontent.cc \  	@top_srcdir@/plugingui/button.cc \  	@top_srcdir@/plugingui/button_base.cc \  	@top_srcdir@/plugingui/checkbox.cc \ 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};  }; | 
