From af8ab1eba1dafcbb7585a63e59b93fd36b2436af Mon Sep 17 00:00:00 2001 From: xenakios Date: Tue, 6 Feb 2018 22:20:08 +0200 Subject: [PATCH] More space for time text --- Source/PluginEditor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/PluginEditor.cpp b/Source/PluginEditor.cpp index 33d3061..c98a518 100644 --- a/Source/PluginEditor.cpp +++ b/Source/PluginEditor.cpp @@ -496,7 +496,7 @@ void WaveformComponent::paint(Graphics & g) } g.setColour(Colours::aqua.darker()); g.drawText(GetFileCallback().getFileName(), 2, m_topmargin + 2, getWidth(), 20, Justification::topLeft); - g.drawText(secondsToString(thumblen), getWidth() - 100, m_topmargin + 2, 100, 20, Justification::topRight); + g.drawText(secondsToString(thumblen), getWidth() - 200, m_topmargin + 2, 200, 20, Justification::topRight); } void WaveformComponent::timerCallback()