mirror of
https://codeberg.org/armin/monoslicer.git
synced 2026-09-01 12:10:46 +02:00
rename MonoSlicer to Monoslicer (lower-case s)
This commit is contained in:
parent
ac6f17d9ae
commit
9b7c973622
8 changed files with 78 additions and 58 deletions
|
|
@ -208,7 +208,7 @@ void WaveformDisplay::paint(juce::Graphics& g)
|
|||
auto textArea = bounds.withTrimmedBottom(scrollbarHeight);
|
||||
g.setColour(juce::Colours::grey);
|
||||
g.setFont(14.0f);
|
||||
g.drawText("Drop or load an audio file", textArea, juce::Justification::centred);
|
||||
g.drawText("No audio file loaded.", textArea, juce::Justification::centred);
|
||||
hScrollBar.setBounds(bounds.removeFromBottom(scrollbarHeight).toNearestInt());
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue