From c8c601fe350dcbb288de4bf059eb57fdd8f80d58 Mon Sep 17 00:00:00 2001 From: mattias Date: Fri, 10 Apr 2009 13:01:17 +0000 Subject: [PATCH] IDE: unused units: set treeview scrollbars to ssautoboth git-svn-id: trunk@19301 - --- ide/unusedunitsdlg.lfm | 9 +++++---- ide/unusedunitsdlg.lrs | 12 ++++++------ 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/ide/unusedunitsdlg.lfm b/ide/unusedunitsdlg.lfm index 4723088023..9eedcbc418 100644 --- a/ide/unusedunitsdlg.lfm +++ b/ide/unusedunitsdlg.lfm @@ -11,8 +11,8 @@ object UnusedUnitsDialog: TUnusedUnitsDialog LCLVersion = '0.9.27' object ButtonPanel1: TButtonPanel Left = 6 - Height = 26 - Top = 333 + Height = 36 + Top = 323 Width = 328 TabOrder = 0 ShowButtons = [pbOK, pbCancel] @@ -20,11 +20,12 @@ object UnusedUnitsDialog: TUnusedUnitsDialog end object UnitsTreeView: TTreeView Left = 0 - Height = 327 + Height = 317 Top = 0 Width = 340 Align = alClient - DefaultItemHeight = 15 + DefaultItemHeight = 19 + ScrollBars = ssAutoBoth TabOrder = 1 Options = [tvoAllowMultiselect, tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips] end diff --git a/ide/unusedunitsdlg.lrs b/ide/unusedunitsdlg.lrs index 691cdf8517..cf41a908bb 100644 --- a/ide/unusedunitsdlg.lrs +++ b/ide/unusedunitsdlg.lrs @@ -5,11 +5,11 @@ LazarusResources.Add('TUnusedUnitsDialog','FORMDATA',[ +'m'#1#3'Top'#3#236#0#5'Width'#3'T'#1#13'ActiveControl'#7#13'UnitsTreeView'#7 +'Caption'#6#17'UnusedUnitsDialog'#12'ClientHeight'#3'm'#1#11'ClientWidth'#3 +'T'#1#8'OnCreate'#7#10'FormCreate'#10'LCLVersion'#6#6'0.9.27'#0#12'TButtonPa' - +'nel'#12'ButtonPanel1'#4'Left'#2#6#6'Height'#2#26#3'Top'#3'M'#1#5'Width'#3'H' + +'nel'#12'ButtonPanel1'#4'Left'#2#6#6'Height'#2'$'#3'Top'#3'C'#1#5'Width'#3'H' +#1#8'TabOrder'#2#0#11'ShowButtons'#11#4'pbOK'#8'pbCancel'#0#9'ShowBevel'#8#0 - +#0#9'TTreeView'#13'UnitsTreeView'#4'Left'#2#0#6'Height'#3'G'#1#3'Top'#2#0#5 - +'Width'#3'T'#1#5'Align'#7#8'alClient'#17'DefaultItemHeight'#2#15#8'TabOrder' - +#2#1#7'Options'#11#19'tvoAllowMultiselect'#17'tvoAutoItemHeight'#16'tvoHideS' - +'election'#21'tvoKeepCollapsedNodes'#14'tvoShowButtons'#12'tvoShowLines'#11 - +'tvoShowRoot'#11'tvoToolTips'#0#0#0#0 + +#0#9'TTreeView'#13'UnitsTreeView'#4'Left'#2#0#6'Height'#3'='#1#3'Top'#2#0#5 + +'Width'#3'T'#1#5'Align'#7#8'alClient'#17'DefaultItemHeight'#2#19#10'ScrollBa' + +'rs'#7#10'ssAutoBoth'#8'TabOrder'#2#1#7'Options'#11#19'tvoAllowMultiselect' + +#17'tvoAutoItemHeight'#16'tvoHideSelection'#21'tvoKeepCollapsedNodes'#14'tvo' + +'ShowButtons'#12'tvoShowLines'#11'tvoShowRoot'#11'tvoToolTips'#0#0#0#0 ]);