From 35caa1aa4c7b1e4be7ec1191bd8eddce7b879eb4 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Tue, 31 Jan 2023 10:52:55 +0100 Subject: Improve LiveEngineDialog --- src/gui.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui.h') diff --git a/src/gui.h b/src/gui.h index 5bf2341..0b1aef6 100644 --- a/src/gui.h +++ b/src/gui.h @@ -103,7 +103,7 @@ class DialogLiveEngine : public wxDialog wxStaticText* current_engine; wxButton* engine_stop_button; wxStaticText* multipv_label; - wxStaticText* multipv; + wxSpinCtrl* multipv; wxStaticText* threads_label; wxStaticText* threads; wxStaticText* m_staticText13; @@ -112,7 +112,7 @@ class DialogLiveEngine : public wxDialog public: - DialogLiveEngine( wxWindow* parent, wxWindowID id = ID_LIVE_ENGINE_DIALOG, const wxString& title = wxEmptyString, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 464,468 ), long style = wxDEFAULT_DIALOG_STYLE ); + DialogLiveEngine( wxWindow* parent, wxWindowID id = ID_LIVE_ENGINE_DIALOG, const wxString& title = wxEmptyString, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE ); ~DialogLiveEngine(); -- cgit v1.2.3