ui: even out vertical section spacing to a consistent 10px gap

Move amp env/filter env/master boxes down 10px, and shift the
distortion, LFO/delay/reverb, and visualizer/piano-roll bands up so
each band sits a consistent 10px below the one above it. Reduce
baseHeight to 1100 to keep the bottom margin tight.
This commit is contained in:
Armin 2026-07-14 12:33:10 +02:00
commit 14402040d3
2 changed files with 18 additions and 18 deletions

View file

@ -218,7 +218,7 @@ private:
MainContentComponent content;
float currentScale = 1.0f;
static constexpr int baseWidth = 1660;
static constexpr int baseHeight = 1182;
static constexpr int baseHeight = 1100;
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR(ChromaFlockEditor)
};