mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-19 04:19:09 +02:00
* changed lhelp viewstyle for the index to vsReport
git-svn-id: trunk@21947 -
This commit is contained in:
parent
6f52a21925
commit
95a11eb773
@ -861,6 +861,9 @@ begin
|
||||
fIndexView := TListView.Create(fIndexTab);
|
||||
with fIndexView do begin
|
||||
Parent := fIndexTab;
|
||||
ShowColumnHeaders := False;
|
||||
Columns.Add.AutoSize := True;
|
||||
ViewStyle := vsReport;
|
||||
Anchors := [akLeft, akTop, akRight, akBottom];
|
||||
BorderSpacing.Around := 6;
|
||||
AnchorSide[akLeft].Control := fIndexTab;
|
||||
|
@ -1,5 +1,3 @@
|
||||
{ This is an automatically generated lazarus resource file }
|
||||
|
||||
LazarusResources.Add('THelpForm','FORMDATA',[
|
||||
'TPF0'#9'THelpForm'#8'HelpForm'#4'Left'#3'B'#1#6'Height'#3#23#2#3'Top'#3#239#0
|
||||
+#5'Width'#3#246#2#13'ActiveControl'#7#6'Panel1'#7'Caption'#6#5'LHelp'#12'Cli'
|
||||
|
Loading…
Reference in New Issue
Block a user