From 8b37da88aad90475f666ac27de5027843281cd22 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Sat, 3 Jun 2023 15:44:46 +0200 Subject: Improve ui icons --- src/game_tab/left_panel/GameTabLeftPanel.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/game_tab/left_panel/GameTabLeftPanel.cpp') diff --git a/src/game_tab/left_panel/GameTabLeftPanel.cpp b/src/game_tab/left_panel/GameTabLeftPanel.cpp index e51febc..8fba2c1 100644 --- a/src/game_tab/left_panel/GameTabLeftPanel.cpp +++ b/src/game_tab/left_panel/GameTabLeftPanel.cpp @@ -15,9 +15,9 @@ GameTabLeftPanel::GameTabLeftPanel(wxFrame *parent, std::shared_ptr game) main_sizer->Insert(1, board_canvas, 1, wxEXPAND); // Configure buttons - swap_button->SetBitmapLabel(LoadPNG("swap")); - zoomin_button->SetBitmapLabel(LoadPNG("zoomin")); - zoomout_button->SetBitmapLabel(LoadPNG("zoomout")); + swap_button->SetBitmapLabel(LoadPNG("ui_coins_swap")); + zoomin_button->SetBitmapLabel(LoadPNG("ui_zoom_in")); + zoomout_button->SetBitmapLabel(LoadPNG("ui_zoom_out")); // Configure FEN field fen_text_field->SetFont(wxFont(*wxNORMAL_FONT).Bold().Larger()); -- cgit v1.2.3