UI: Allow 1 line of OSD to show below game selection screen
This commit is contained in:
parent
f9b7dc9281
commit
df763abe20
1 changed files with 1 additions and 1 deletions
|
@ -432,7 +432,7 @@ namespace Mesen.GUI.Forms
|
||||||
|
|
||||||
private void ResizeRecentGames()
|
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)
|
private void frmMain_Resize(object sender, EventArgs e)
|
||||||
|
|
Loading…
Add table
Reference in a new issue