Update screenshot

This commit is contained in:
Loic Guegan 2022-12-29 18:42:03 +01:00
parent 5c201ca7b5
commit 02431a6b92
2 changed files with 1 additions and 1 deletions

View file

@ -254,7 +254,7 @@ void BoardCanvas::DrawBoard(wxDC &dc) {
// Draw captures first for white then for black
std::uint32_t captures_size = t_captures->GetPiecesSizes();
std::uint8_t padding = 10;
std::uint8_t padding = numbers_size.y+10;
std::uint32_t offsetX = 0;
std::uint32_t offsetY = -(captures_size + padding);
if (black_side) {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 339 KiB

After

Width:  |  Height:  |  Size: 141 KiB