From 5aea044961b18769f3a54693cdeb6a3bf0dfaa63 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Thu, 29 Dec 2022 16:34:14 +0100 Subject: Improve UI --- src/gui.h | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) (limited to 'src/gui.h') diff --git a/src/gui.h b/src/gui.h index 8ea4f21..f426772 100644 --- a/src/gui.h +++ b/src/gui.h @@ -48,9 +48,9 @@ #define ID_DIALOG_IMPORT_BUTTON 1003 #define ENGINE_SAVE_CONF_BUTTON 1004 #define ENGINE_DELETE_CONF_BUTTON 1005 -#define SWAP_BTN 1006 -#define ZOOM_IN_BTN 1007 -#define ZOOM_OUT_BTN 1008 +#define ZOOM_IN_BTN 1006 +#define ZOOM_OUT_BTN 1007 +#define SWAP_BTN 1008 #define COMMENT_INPUT_BOX 1009 #define UPDATE_BTN 1010 #define DELETE_BTN 1011 @@ -257,9 +257,9 @@ class TabGameLeftPanel : public wxPanel protected: wxBoxSizer* main_sizer; - wxBitmapButton* swap_button; wxBitmapButton* zoomin_button; wxBitmapButton* zoomout_button; + wxBitmapButton* swap_button; wxTextCtrl* fen_text_field; public: @@ -285,6 +285,16 @@ class TabGameRightPanel : public wxPanel wxStaticLine* m_staticline1; wxStaticText* comment_label; wxTextCtrl* comment_input; + wxButton* nag_1; + wxButton* nag_2; + wxButton* nag_3; + wxButton* nag_4; + wxButton* nag_5; + wxButton* nag_6; + wxButton* nag_10; + wxButton* nag_18; + wxButton* nag_19; + wxButton* nag_del; wxPanel* tags_page; wxTextCtrl* tagTextCtrl; wxTextCtrl* valueTextCtrl; @@ -299,7 +309,7 @@ class TabGameRightPanel : public wxPanel public: - TabGameRightPanel( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 500,300 ), long style = wxTAB_TRAVERSAL, const wxString& name = wxEmptyString ); + TabGameRightPanel( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 500,379 ), long style = wxTAB_TRAVERSAL, const wxString& name = wxEmptyString ); ~TabGameRightPanel(); -- cgit v1.2.3