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:
maxim 2015-11-04 14:09:48 +00:00
parent 1a76f64c08
commit 9760e976d1

View File

@ -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;