mirror of
https://codeberg.org/armin/chromaflock.git
synced 2026-09-01 04:10:47 +02:00
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:
parent
dca58f12a5
commit
14402040d3
2 changed files with 18 additions and 18 deletions
|
|
@ -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)
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue