From d87b42dcd643ddbb6db17fd64acf69d4fa0c8948 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Tue, 27 Dec 2022 17:42:30 +0100 Subject: Cleaning --- src/game_tab/left_panel/GameTabLeftPanel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game_tab/left_panel') diff --git a/src/game_tab/left_panel/GameTabLeftPanel.cpp b/src/game_tab/left_panel/GameTabLeftPanel.cpp index a32ab23..33bd265 100644 --- a/src/game_tab/left_panel/GameTabLeftPanel.cpp +++ b/src/game_tab/left_panel/GameTabLeftPanel.cpp @@ -14,7 +14,7 @@ GameTabLeftPanel::GameTabLeftPanel(wxFrame *parent, std::shared_ptr game) zoomout_button->SetBitmapLabel(LoadPNG("zoomout")); // Configure FEN field - fen_text_field->SetFont(wxFont(*wxSMALL_FONT).Bold()); + fen_text_field->SetFont(wxFont(*wxNORMAL_FONT).Bold().Larger()); Bind(PLAY_MOVE_EVENT, &GameTabLeftPanel::OnPlay, this, wxID_ANY); Bind(PREVIOUS_MOVE_EVENT, &GameTabLeftPanel::OnPreviousMove, this, wxID_ANY); -- cgit v1.2.3