lcl: anchored buttons on question dialog

git-svn-id: trunk@10241 -
This commit is contained in:
vincents 2006-11-24 19:23:02 +00:00
parent d05a8a033c
commit 7bdade1b53

View File

@ -691,6 +691,7 @@ begin
NewButton:=TBitBtn.Create(Self);
with NewButton do begin
AutoSize:=false;
Anchors:=[akLeft, akBottom];
ModalResult:=curBtnValue;
Layout:=blGlyphLeft;
Kind:=NewKind;