From 34fd2d373641870c6dafc7b3cd9417bbfd7a79cb Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Thu, 29 Dec 2022 18:32:35 +0100 Subject: Improve UI --- src/game_tab/left_panel/board/BoardCanvas.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game_tab/left_panel/board/BoardCanvas.hpp') diff --git a/src/game_tab/left_panel/board/BoardCanvas.hpp b/src/game_tab/left_panel/board/BoardCanvas.hpp index 64e99b0..d3ce5c4 100644 --- a/src/game_tab/left_panel/board/BoardCanvas.hpp +++ b/src/game_tab/left_panel/board/BoardCanvas.hpp @@ -37,7 +37,7 @@ wxDECLARE_EVENT(NEXT_MOVE_EVENT, wxCommandEvent); mouseY <= ((y) + (height))) #define CAPTURE_FACTOR 0.5 - +#define SQUARE_NUM_PADDING 5 typedef std::tuple ClockTime; // Drawing buffer (ANIMATIONS) -- cgit v1.2.3