1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-16 00:34:19 +00:00

Fixed a typo in the widgets demo.

This commit is contained in:
jules 2012-07-18 08:53:53 +01:00
parent d019af5b82
commit 40fd93e32e

View file

@ -137,7 +137,7 @@ public:
g.setColour (Colours::black);
g.drawFittedText ("drag this box onto the desktop to show how the same component can move from being lightweight to being a separate window",
getLocalBounds().reduced (4, 0),
getHeight(), Justification::horizontallyJustified, 5);
Justification::horizontallyJustified, 5);
g.drawRect (getLocalBounds());
}