mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 19:19:24 +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
|
with FileListBox do begin
|
||||||
Name:='FileListBox';
|
Name:='FileListBox';
|
||||||
Align:=alClient;
|
Align:=alClient;
|
||||||
|
BorderSpacing.Around:=6;
|
||||||
Parent:=Self;
|
Parent:=Self;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
@ -1503,6 +1504,7 @@ begin
|
|||||||
with ButtonPanel1 do begin
|
with ButtonPanel1 do begin
|
||||||
Name:='ButtonPanel1';
|
Name:='ButtonPanel1';
|
||||||
Align:=alBottom;
|
Align:=alBottom;
|
||||||
|
ShowBevel:=false;
|
||||||
ShowButtons:=[pbOK,pbCancel];
|
ShowButtons:=[pbOK,pbCancel];
|
||||||
OKButton.OnClick:=@ButtonPanel1OKButtonClick;
|
OKButton.OnClick:=@ButtonPanel1OKButtonClick;
|
||||||
OKButton.ModalResult:=mrNone;
|
OKButton.ModalResult:=mrNone;
|
||||||
|
Loading…
Reference in New Issue
Block a user