mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 07:59:21 +02:00
TButtonEdit: AutoSize default True.
git-svn-id: trunk@44661 -
This commit is contained in:
parent
aa10eb3cea
commit
ada8e45a6d
@ -242,6 +242,7 @@ type
|
|||||||
procedure SetFocus; override;
|
procedure SetFocus; override;
|
||||||
procedure Undo; virtual;
|
procedure Undo; virtual;
|
||||||
|
|
||||||
|
property Autosize default True;
|
||||||
property Alignment: TAlignment read GetAlignment write SetAlignment default taLeftJustify;
|
property Alignment: TAlignment read GetAlignment write SetAlignment default taLeftJustify;
|
||||||
property CanUndo: Boolean read GetCanUndo;
|
property CanUndo: Boolean read GetCanUndo;
|
||||||
property CaretPos: TPoint read GetCaretPos write SetCaretPos;
|
property CaretPos: TPoint read GetCaretPos write SetCaretPos;
|
||||||
@ -1514,6 +1515,7 @@ begin
|
|||||||
|
|
||||||
Parent := Self;
|
Parent := Self;
|
||||||
end;
|
end;
|
||||||
|
AutoSize := True;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
destructor TCustomButtonEdit.Destroy;
|
destructor TCustomButtonEdit.Destroy;
|
||||||
|
Loading…
Reference in New Issue
Block a user