mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-08 10:59:05 +02:00
lcl: anchored buttons on question dialog
git-svn-id: trunk@10241 -
This commit is contained in:
parent
d05a8a033c
commit
7bdade1b53
@ -691,6 +691,7 @@ begin
|
||||
NewButton:=TBitBtn.Create(Self);
|
||||
with NewButton do begin
|
||||
AutoSize:=false;
|
||||
Anchors:=[akLeft, akBottom];
|
||||
ModalResult:=curBtnValue;
|
||||
Layout:=blGlyphLeft;
|
||||
Kind:=NewKind;
|
||||
|
Loading…
Reference in New Issue
Block a user