mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 13:18:16 +02:00
lhelp: Extend the default count of MRU entries to 10
git-svn-id: trunk@58901 -
This commit is contained in:
parent
813b5366b2
commit
c51224fbad
@ -51,7 +51,7 @@ object HelpForm: THelpForm
|
||||
OnKeyUp = FormKeyUp
|
||||
OnShow = FormShow
|
||||
Position = poScreenCenter
|
||||
LCLVersion = '1.5'
|
||||
LCLVersion = '1.9.0.0'
|
||||
Visible = True
|
||||
object PageControl: TPageControl
|
||||
Left = 0
|
||||
@ -107,7 +107,6 @@ object HelpForm: THelpForm
|
||||
Left = 33
|
||||
Height = 32
|
||||
Top = 0
|
||||
Width = 8
|
||||
Caption = 'ToolButton1'
|
||||
Style = tbsSeparator
|
||||
end
|
||||
|
@ -554,7 +554,7 @@ begin
|
||||
Item.Hint:=Item.URL;
|
||||
FileMenuOpenRecentItem.Insert(0, Item);
|
||||
|
||||
MaxHistory := fConfig.GetValue('Recent/HistoryCount/Value', 5);
|
||||
MaxHistory := fConfig.GetValue('Recent/HistoryCount/Value', 10);
|
||||
|
||||
if FileMenuOpenRecentItem.Count > 0 then
|
||||
FileMenuOpenRecentItem.Enabled:=True;
|
||||
|
Loading…
Reference in New Issue
Block a user