More space for time text

This commit is contained in:
xenakios 2018-02-06 22:20:08 +02:00
parent a589f133d2
commit af8ab1eba1

View File

@ -496,7 +496,7 @@ void WaveformComponent::paint(Graphics & g)
} }
g.setColour(Colours::aqua.darker()); g.setColour(Colours::aqua.darker());
g.drawText(GetFileCallback().getFileName(), 2, m_topmargin + 2, getWidth(), 20, Justification::topLeft); 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() void WaveformComponent::timerCallback()