diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-12-27 17:42:30 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-12-27 17:42:30 +0100 |
| commit | d87b42dcd643ddbb6db17fd64acf69d4fa0c8948 (patch) | |
| tree | d6b648db4ed1814116013b1c17383a4293783ebb /src | |
| parent | 53090ab2a300c413257ae9aa8b5b6592a029c9b7 (diff) | |
Cleaning
Diffstat (limited to 'src')
| -rw-r--r-- | src/MainWindow.cpp | 4 | ||||
| -rw-r--r-- | src/game_tab/left_panel/GameTabLeftPanel.cpp | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp index d0b8ced..cc83f5b 100644 --- a/src/MainWindow.cpp +++ b/src/MainWindow.cpp @@ -60,11 +60,11 @@ MainWindow::MainWindow() NewGame(std::shared_ptr<Game>(new Game())); // Temporary TO REMOVE JUST FOR TESTS: - BaseTab *bt = new BaseTab((wxFrame *)notebook, "/home/loic/pgn/Milov.pgn"); + /*BaseTab *bt = new BaseTab((wxFrame *)notebook, "/home/loic/pgn/Milov.pgn"); this->AddPage(bt,bt); bt = new BaseTab((wxFrame *)notebook, "/home/loic/jean.pgn"); - this->AddPage(bt,bt); + this->AddPage(bt,bt);*/ } void MainWindow::AddPage(wxWindow* window, TabInfos* infos){ 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> 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); |
