mainframe resize

This commit is contained in:
raven02 2014-12-14 14:48:24 +08:00
parent 012af73844
commit 47fc7f22b0
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ wxString GetPaneName()
}
MainFrame::MainFrame()
: FrameBase(nullptr, wxID_ANY, "", "MainFrame", wxSize(800, 600))
: FrameBase(nullptr, wxID_ANY, "", "MainFrame", wxSize(900, 600))
, m_aui_mgr(this)
, m_sys_menu_opened(false)
{