aboutsummaryrefslogtreecommitdiff
path: root/src/gui.h
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2023-01-09 14:43:54 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2023-01-09 14:43:54 +0100
commit518edf6f3050022fa4d1a15d147efe6665459863 (patch)
tree99bb53b970af942a0bef3f1801c9c2afaf1f73d1 /src/gui.h
parent445cc09d01f8e3beeb406e175b5a98d6be58ea9a (diff)
Bind settings of the Editor (still ongoing)
Diffstat (limited to 'src/gui.h')
-rw-r--r--src/gui.h2
1 files changed, 1 insertions, 1 deletions
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();