diff --git a/src/spectrogram.c b/src/spectrogram.c index 4d94062..7c3b068 100644 --- a/src/spectrogram.c +++ b/src/spectrogram.c @@ -960,8 +960,10 @@ int main(int argc, char* argv[]) } else { DrawScopeView(&app.scopeView, -1.0f); } - // Draw scope label - DrawTextScaled("Waveform (Time/Amplitude)", viewBounds.x, app.scopeView.y - 20, 14, LIGHTGRAY); + // Scope label, tucked inside the top-left so it clears the time + // axis labels and scrollbar that sit in the band above the scope. + DrawTextScaled("Waveform", viewBounds.x + 4 * renderScale, app.scopeView.y + 3 * renderScale, + 11, Fade(LIGHTGRAY, 0.5f)); } // Draw divider line + handle. Always shown (even when the scope is