Input Roll - fix horizontal scroll bar placement logic
This commit is contained in:
parent
0ef72d3ab2
commit
52e5286d72
|
@ -1257,6 +1257,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
}
|
||||
else
|
||||
{
|
||||
VBar.Location = new Point(0, Height - 17);
|
||||
HBar.Size = new Size(Width, HBar.Height);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue