fixes
This commit is contained in:
parent
c84504331b
commit
d26d71ec91
5 changed files with 9 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ void GridElement::UpdatePositionScaled(Window& window) {
|
|||
|
||||
// Calculate position for this child
|
||||
std::int_fast32_t childX = (cellWidth * col) + (spacingX * col) + paddingX;
|
||||
|
||||
std::int_fast32_t childY = (cellHeight * row) + (spacingY * row) + paddingY;
|
||||
|
||||
// Apply relative positioning
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue