mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-01 06:00:15 +02:00
fix bottom row of saves in the save browser being cut off
This commit is contained in:
@@ -314,7 +314,7 @@ void FileBrowserActivity::OnTick(float dt)
|
|||||||
itemList->AddChild(*iter);
|
itemList->AddChild(*iter);
|
||||||
}
|
}
|
||||||
componentsQueue.clear();
|
componentsQueue.clear();
|
||||||
itemList->InnerSize.Y = (buttonHeight+(buttonPadding*2))*fileY;
|
itemList->InnerSize.Y = (buttonHeight+(buttonPadding*2))*(fileY+1);
|
||||||
if(!componentsQueue.size())
|
if(!componentsQueue.size())
|
||||||
progressBar->Visible = false;
|
progressBar->Visible = false;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user