UI: Allow 1 line of OSD to show below game selection screen

This commit is contained in:
Sour 2019-10-26 15:06:07 -04:00
parent f9b7dc9281
commit df763abe20

View file

@ -432,7 +432,7 @@ namespace Mesen.GUI.Forms
private void ResizeRecentGames()
{
ctrlRecentGames.Height = this.ClientSize.Height - ctrlRecentGames.Top - 5;
ctrlRecentGames.Height = this.ClientSize.Height - ctrlRecentGames.Top - 25;
}
private void frmMain_Resize(object sender, EventArgs e)