1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-25 02:04:23 +00:00

Fixed a minor typo in the Component docs.

This commit is contained in:
jules 2016-02-18 17:40:45 +00:00
parent 6b75e59e1f
commit 5c05483fbb

View file

@ -544,9 +544,8 @@ public:
/** Changes the position of the component's centre.
Leaves the position unchanged, but positions its centre relative to its
parent's size. E.g. setCentreRelative (0.5f, 0.5f) would place it centrally in
its parent.
Leaves the size unchanged, but positions its centre relative to its parent's size.
E.g. setCentreRelative (0.5f, 0.5f) would place it centrally in its parent.
*/
void setCentreRelative (float x, float y);