1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Made the log text of the OSCMonitor demo more readable

This commit is contained in:
ed 2017-10-24 16:17:04 +01:00
parent a63f1808fc
commit 80b326ec48

View file

@ -57,7 +57,7 @@ public:
if (isPositiveAndBelow (row, oscLogList.size()))
{
g.setColour (Colours::black);
g.setColour (Colours::white);
g.drawText (oscLogList[row],
Rectangle<int> (width, height).reduced (4, 0),