diff --git a/lcl/controls.pp b/lcl/controls.pp index 3c6fbb0118..755c4f96e4 100644 --- a/lcl/controls.pp +++ b/lcl/controls.pp @@ -270,7 +270,7 @@ type csHasCancelAction, // implements useful ExecuteCancelAction csNoDesignSelectable, // can not be selected at design time csOwnedChildrenNotSelectable, // child controls owned by this control are NOT selectable in the designer - csAutoSize0x0, // if the preferred size is 0x0 then control is shrinked ot 0x0 + csAutoSize0x0, // if the preferred size is 0x0 then control is shrinked to 0x0, default is minimum 1x1 csAutoSizeKeepChildLeft, // when AutoSize=true do not move children horizontally csAutoSizeKeepChildTop, // when AutoSize=true do not move children vertically csRequiresKeyboardInput // If the device has no physical keyboard then show the virtual keyboard when this control gets focus (therefore available only to TWinControl descendents)