From 518edf6f3050022fa4d1a15d147efe6665459863 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Mon, 9 Jan 2023 14:43:54 +0100 Subject: Bind settings of the Editor (still ongoing) --- src/gui.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gui.cpp') 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() -- cgit v1.2.3