mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 22:58:50 +02:00
Components, ExternHelp: improved file selection dialog layout in 'Options' -> 'Help' -> 'External' page, patch from Alexey Torgashin, bug #28954
git-svn-id: trunk@50225 -
This commit is contained in:
parent
1a76f64c08
commit
9760e976d1
@ -1496,6 +1496,7 @@ begin
|
||||
with FileListBox do begin
|
||||
Name:='FileListBox';
|
||||
Align:=alClient;
|
||||
BorderSpacing.Around:=6;
|
||||
Parent:=Self;
|
||||
end;
|
||||
|
||||
@ -1503,6 +1504,7 @@ begin
|
||||
with ButtonPanel1 do begin
|
||||
Name:='ButtonPanel1';
|
||||
Align:=alBottom;
|
||||
ShowBevel:=false;
|
||||
ShowButtons:=[pbOK,pbCancel];
|
||||
OKButton.OnClick:=@ButtonPanel1OKButtonClick;
|
||||
OKButton.ModalResult:=mrNone;
|
||||
|
Loading…
Reference in New Issue
Block a user