From 95a11eb7736814d9460f7b2eb38a8808e5533e4e Mon Sep 17 00:00:00 2001 From: andrew Date: Thu, 1 Oct 2009 14:17:36 +0000 Subject: [PATCH] * changed lhelp viewstyle for the index to vsReport git-svn-id: trunk@21947 - --- components/chmhelp/lhelp/chmcontentprovider.pas | 3 +++ components/chmhelp/lhelp/lhelpcore.lrs | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/components/chmhelp/lhelp/chmcontentprovider.pas b/components/chmhelp/lhelp/chmcontentprovider.pas index 4852fc5a26..50dd19bdb2 100644 --- a/components/chmhelp/lhelp/chmcontentprovider.pas +++ b/components/chmhelp/lhelp/chmcontentprovider.pas @@ -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; diff --git a/components/chmhelp/lhelp/lhelpcore.lrs b/components/chmhelp/lhelp/lhelpcore.lrs index 822849bbcb..fb8cee1502 100644 --- a/components/chmhelp/lhelp/lhelpcore.lrs +++ b/components/chmhelp/lhelp/lhelpcore.lrs @@ -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'