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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user