mainframe resize
This commit is contained in:
@@ -63,7 +63,7 @@ wxString GetPaneName()
|
|||||||
}
|
}
|
||||||
|
|
||||||
MainFrame::MainFrame()
|
MainFrame::MainFrame()
|
||||||
: FrameBase(nullptr, wxID_ANY, "", "MainFrame", wxSize(800, 600))
|
: FrameBase(nullptr, wxID_ANY, "", "MainFrame", wxSize(900, 600))
|
||||||
, m_aui_mgr(this)
|
, m_aui_mgr(this)
|
||||||
, m_sys_menu_opened(false)
|
, m_sys_menu_opened(false)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user