aboutsummaryrefslogtreecommitdiff
path: root/src/gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui.cpp')
-rw-r--r--src/gui.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui.cpp b/src/gui.cpp
index 4702692..5afa289 100644
--- a/src/gui.cpp
+++ b/src/gui.cpp
@@ -268,6 +268,7 @@ PrefsEditor::PrefsEditor( wxWindow* parent, wxWindowID id, const wxPoint& pos, c
this->SetSizer( main_sizer );
this->Layout();
+ main_sizer->Fit( this );
}
PrefsEditor::~PrefsEditor()