mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 02:59:17 +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
|
OnKeyUp = FormKeyUp
|
||||||
OnShow = FormShow
|
OnShow = FormShow
|
||||||
Position = poScreenCenter
|
Position = poScreenCenter
|
||||||
LCLVersion = '1.5'
|
LCLVersion = '1.9.0.0'
|
||||||
Visible = True
|
Visible = True
|
||||||
object PageControl: TPageControl
|
object PageControl: TPageControl
|
||||||
Left = 0
|
Left = 0
|
||||||
@ -107,7 +107,6 @@ object HelpForm: THelpForm
|
|||||||
Left = 33
|
Left = 33
|
||||||
Height = 32
|
Height = 32
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 8
|
|
||||||
Caption = 'ToolButton1'
|
Caption = 'ToolButton1'
|
||||||
Style = tbsSeparator
|
Style = tbsSeparator
|
||||||
end
|
end
|
||||||
|
@ -554,7 +554,7 @@ begin
|
|||||||
Item.Hint:=Item.URL;
|
Item.Hint:=Item.URL;
|
||||||
FileMenuOpenRecentItem.Insert(0, Item);
|
FileMenuOpenRecentItem.Insert(0, Item);
|
||||||
|
|
||||||
MaxHistory := fConfig.GetValue('Recent/HistoryCount/Value', 5);
|
MaxHistory := fConfig.GetValue('Recent/HistoryCount/Value', 10);
|
||||||
|
|
||||||
if FileMenuOpenRecentItem.Count > 0 then
|
if FileMenuOpenRecentItem.Count > 0 then
|
||||||
FileMenuOpenRecentItem.Enabled:=True;
|
FileMenuOpenRecentItem.Enabled:=True;
|
||||||
|
Loading…
Reference in New Issue
Block a user