FIX: max 18 recent files
Change-Id: I83d1b38a6c5f89150ee4cd6dc9ed0c6f548fe234
This commit is contained in:
parent
00ab44f0a0
commit
5e02f87980
|
@ -155,7 +155,7 @@ MainFrame::MainFrame() :
|
||||||
DPIFrame(NULL, wxID_ANY, "", wxDefaultPosition, wxDefaultSize, BORDERLESS_FRAME_STYLE, "mainframe")
|
DPIFrame(NULL, wxID_ANY, "", wxDefaultPosition, wxDefaultSize, BORDERLESS_FRAME_STYLE, "mainframe")
|
||||||
, m_printhost_queue_dlg(new PrintHostQueueDialog(this))
|
, m_printhost_queue_dlg(new PrintHostQueueDialog(this))
|
||||||
// BBS
|
// BBS
|
||||||
, m_recent_projects(9)
|
, m_recent_projects(18)
|
||||||
, m_settings_dialog(this)
|
, m_settings_dialog(this)
|
||||||
, diff_dialog(this)
|
, diff_dialog(this)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue