From 5c05483fbbfd6ca586138977f3ce2428097ba99f Mon Sep 17 00:00:00 2001 From: jules Date: Thu, 18 Feb 2016 17:40:45 +0000 Subject: [PATCH] Fixed a minor typo in the Component docs. --- modules/juce_gui_basics/components/juce_Component.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/modules/juce_gui_basics/components/juce_Component.h b/modules/juce_gui_basics/components/juce_Component.h index 11541456ab..ce47460bc5 100644 --- a/modules/juce_gui_basics/components/juce_Component.h +++ b/modules/juce_gui_basics/components/juce_Component.h @@ -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);