mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 11:59:20 +02:00
ButtonEdit: set AutoSize to True by default.
git-svn-id: trunk@44625 -
This commit is contained in:
parent
5df27a9624
commit
64593db3de
@ -221,7 +221,7 @@ type
|
|||||||
property NumbersOnly;
|
property NumbersOnly;
|
||||||
property Action;
|
property Action;
|
||||||
property AutoSelect;
|
property AutoSelect;
|
||||||
property AutoSize default False;
|
property AutoSize default True;
|
||||||
property Align;
|
property Align;
|
||||||
property Alignment;
|
property Alignment;
|
||||||
property Anchors;
|
property Anchors;
|
||||||
|
Loading…
Reference in New Issue
Block a user