diff --git a/docs/xml/lcl/controls.xml b/docs/xml/lcl/controls.xml index 0d82354b12..fdc5a3ea6c 100644 --- a/docs/xml/lcl/controls.xml +++ b/docs/xml/lcl/controls.xml @@ -14757,8 +14757,8 @@ First a window at the given screen position is searched, then a control within i - The size of the inner border around the control - + Amount of pixel added to the widgetset's preferred size + When calculating the preferred size of control, the LCL asks first the widgetset. For controls like TButton the widgetset can return a preferred size. The InnerBorder is added twice to this size. If the widgetset does not return a preferred size, the InnerBorder is not used.