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:
parent
d019af5b82
commit
40fd93e32e
1 changed files with 1 additions and 1 deletions
|
|
@ -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());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue