diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2023-01-09 14:43:54 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2023-01-09 14:43:54 +0100 |
| commit | 518edf6f3050022fa4d1a15d147efe6665459863 (patch) | |
| tree | 99bb53b970af942a0bef3f1801c9c2afaf1f73d1 /src/gui.cpp | |
| parent | 445cc09d01f8e3beeb406e175b5a98d6be58ea9a (diff) | |
Bind settings of the Editor (still ongoing)
Diffstat (limited to 'src/gui.cpp')
| -rw-r--r-- | src/gui.cpp | 1 |
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() |
