CR: leave some wiggle room on max window height.

This commit is contained in:
Michael Kirk 2018-07-13 13:08:04 -06:00
parent 34be31b163
commit 1a2428a4b0
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ const UIWindowLevel UIWindowLevel_MessageActions(void)
{
// Note: To cover the keyboard, this is higher than the ScreenBlocking level,
// but this window is hidden when screen protection is shown.
return CGFLOAT_MAX;
return CGFLOAT_MAX - 100;
}