From cd2c9e5b470255366464131492389cb0928cc5d1 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Mon, 28 Feb 2022 15:27:51 +0100 Subject: Improve GUI and debug various classes --- src/gui.h | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'src/gui.h') diff --git a/src/gui.h b/src/gui.h index 6c52418..e5dae19 100644 --- a/src/gui.h +++ b/src/gui.h @@ -53,11 +53,10 @@ #define SWAP_BTN 1009 #define ZOOM_IN_BTN 1010 #define ZOOM_OUT_BTN 1011 -#define COPY_FEN_BTN 1012 -#define COMMENT_INPUT_BOX 1013 -#define UPDATE_BTN 1014 -#define DELETE_BTN 1015 -#define LIVE_ANALYSIS_GAME_BUTTON 1016 +#define COMMENT_INPUT_BOX 1012 +#define UPDATE_BTN 1013 +#define DELETE_BTN 1014 +#define LIVE_ANALYSIS_GAME_BUTTON 1015 /////////////////////////////////////////////////////////////////////////////// /// Class MainFrame @@ -260,11 +259,11 @@ class TabGameLeftPanel : public wxPanel wxBitmapButton* swap_button; wxBitmapButton* zoomin_button; wxBitmapButton* zoomout_button; - wxButton* copy_fen_button; + wxTextCtrl* fen_text_field; public: - TabGameLeftPanel( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 500,300 ), long style = wxTAB_TRAVERSAL, const wxString& name = wxEmptyString ); + TabGameLeftPanel( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 998,410 ), long style = wxTAB_TRAVERSAL, const wxString& name = wxEmptyString ); ~TabGameLeftPanel(); -- cgit v1.2.3