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.h | |
| parent | 445cc09d01f8e3beeb406e175b5a98d6be58ea9a (diff) | |
Bind settings of the Editor (still ongoing)
Diffstat (limited to 'src/gui.h')
| -rw-r--r-- | src/gui.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -189,7 +189,7 @@ class PrefsEditor : public wxPanel public: - PrefsEditor( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 622,420 ), long style = wxTAB_TRAVERSAL, const wxString& name = wxEmptyString ); + PrefsEditor( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxTAB_TRAVERSAL, const wxString& name = wxEmptyString ); ~PrefsEditor(); |
