From 5ee7f1a51918eeaa0532a86cfb6e35e559131c3e Mon Sep 17 00:00:00 2001 From: mattias Date: Tue, 22 Nov 2022 01:16:13 +0100 Subject: [PATCH] lcl: comment --- lcl/controls.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)