diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-12-29 18:32:35 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-12-29 18:32:35 +0100 |
| commit | 34fd2d373641870c6dafc7b3cd9417bbfd7a79cb (patch) | |
| tree | 27a71fd7148021416941f40619709e3e2d4a9bcd /src/game_tab/left_panel/board/BoardCanvas.hpp | |
| parent | 5aea044961b18769f3a54693cdeb6a3bf0dfaa63 (diff) | |
Improve UI
Diffstat (limited to 'src/game_tab/left_panel/board/BoardCanvas.hpp')
| -rw-r--r-- | src/game_tab/left_panel/board/BoardCanvas.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<short, short, short> ClockTime; // Drawing buffer (ANIMATIONS) |
