Add bottom status bar with git build info and compile time

This commit is contained in:
Armin 2026-08-13 12:51:42 +02:00
commit a2485907ef
6 changed files with 118 additions and 1 deletions

View file

@ -209,6 +209,8 @@ private:
juce::ComboBox uiScaleBox;
juce::Label statusBar;
using SliderAttachment = juce::AudioProcessorValueTreeState::SliderAttachment;
using ComboBoxAttachment = juce::AudioProcessorValueTreeState::ComboBoxAttachment;
@ -275,7 +277,7 @@ private:
MainContentComponent content;
float currentScale = 1.0f;
static constexpr int baseWidth = 1660;
static constexpr int baseHeight = 1036;
static constexpr int baseHeight = 1058;
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR(ChromaFlockEditor)
};