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