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 661cec9c42ae5d93dc98de7419b0d4165a85731e
parent 4842a1a3550516a856ccc9020cd7fb3eab06b6e4
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Sun, 14 Jul 2024 16:10:46 +0200

decrease item heigh in list view to space for more presets

Diffstat:
Msource/jucePluginEditorLib/patchmanager/list.cpp | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/source/jucePluginEditorLib/patchmanager/list.cpp b/source/jucePluginEditorLib/patchmanager/list.cpp @@ -14,6 +14,8 @@ namespace jucePluginEditorLib::patchManager setColour(backgroundColourId, juce::Colour(defaultSkin::colors::background)); setColour(textColourId, juce::Colour(defaultSkin::colors::itemText)); + setRowHeight(18); + getViewport()->setScrollBarsShown(true, false); setModel(this); setMultipleSelectionEnabled(true);