mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 18:27:58 -06:00
FIX: max 18 recent files
Change-Id: I83d1b38a6c5f89150ee4cd6dc9ed0c6f548fe234
This commit is contained in:
parent
00ab44f0a0
commit
5e02f87980
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue