gearmulator

Emulation of classic VA synths of the late 90s/2000s that are based on Motorola 56300 family DSPs
Log | Files | Refs | Submodules | README | LICENSE

commit ac1d97d41cc6ee0e64ec463363c51b2c1d2ada69
parent 3ea2fafc8bc0e0e1041823f19c1a7120a92e5bd9
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Sun, 14 Jul 2024 16:06:41 +0200

default item width now 140

Diffstat:
Msource/jucePluginEditorLib/patchmanager/grid.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/jucePluginEditorLib/patchmanager/grid.h b/source/jucePluginEditorLib/patchmanager/grid.h @@ -60,7 +60,7 @@ namespace jucePluginEditorLib::patchManager private: float m_itemHeight = 15; - float m_itemWidth = 150; + float m_itemWidth = 140; GridViewport m_viewport; GridItemContainer m_itemContainer;