From eec973bc05c0a7e0c511b392704c6d093c2820b4 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Fri, 30 Dec 2022 14:55:59 +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 2ea44ae..0ed18a7 100644 --- a/src/game_tab/left_panel/board/BoardCanvas.hpp +++ b/src/game_tab/left_panel/board/BoardCanvas.hpp @@ -36,7 +36,7 @@ wxDECLARE_EVENT(NEXT_MOVE_EVENT, wxCommandEvent); (mouseX >= (x) && mouseX <= ((x) + (width)) && mouseY >= (y) && \ mouseY <= ((y) + (height))) -#define CAPTURE_FACTOR 0.5 +#define CAPTURE_FACTOR 0.35 #define SQUARE_NUM_PADDING 5 typedef std::tuple ClockTime; -- cgit v1.2.3