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:
parent
6b75e59e1f
commit
5c05483fbb
1 changed files with 2 additions and 3 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue