mirror of
https://gitlab.com/manzerbredes/ochess.git
synced 2025-04-06 01:56:28 +02:00
Update screenshot
This commit is contained in:
parent
5c201ca7b5
commit
02431a6b92
2 changed files with 1 additions and 1 deletions
|
@ -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 |
Loading…
Add table
Reference in a new issue