Reduce size of file browser UI even more when using OSK to fix obscuring on newer Android

This commit is contained in:
elasota
2020-11-04 17:05:24 -05:00
parent 14b0afbdd2
commit 1bded36339
2 changed files with 6 additions and 6 deletions

View File

@@ -513,7 +513,7 @@ namespace PortabilityLayer
if (PortabilityLayer::HostSystemServices::GetInstance()->IsTextInputObstructive())
{
dialogID = kFileBrowserUISaveDialogUnobstructiveTemplateID;
windowHeight = 240;
windowHeight = 208;
isObstructive = true;
}
else