diff options
Diffstat (limited to 'Project/WorkspaceBase.cpp')
-rw-r--r-- | Project/WorkspaceBase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/WorkspaceBase.cpp b/Project/WorkspaceBase.cpp index 6fc2b79..ae718fb 100644 --- a/Project/WorkspaceBase.cpp +++ b/Project/WorkspaceBase.cpp @@ -41,7 +41,7 @@ WorkspaceBase::WorkspaceBase(wxWindow* parent, wxWindowID id, const wxPoint& pos m_timer->Start(1500, false); SetName(wxT("WorkspaceBase")); - SetSize(500,300); + SetSize(wxDLG_UNIT(this, wxSize(500,300))); if (GetSizer()) { GetSizer()->Fit(this); } |