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.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui.h') diff --git a/src/gui.h b/src/gui.h index 3380e02..7b178c2 100644 --- a/src/gui.h +++ b/src/gui.h @@ -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(); -- cgit v1.2.3