tastudio: shrink the branch image like you should

This commit is contained in:
feos 2017-02-09 23:10:41 +03:00
parent 821baeb649
commit 5bc643f1fd
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ namespace BizHawk.Client.EmuHawk
e.DrawBackground(); e.DrawBackground();
e.DrawBorder(); e.DrawBorder();
e.Graphics.DrawImage(bitmap, e.Bounds.Left, e.Bounds.Top); e.Graphics.DrawImage(bitmap, e.Bounds.Left, e.Bounds.Top, Width, DrawingHeight);
if (Padding > 0) if (Padding > 0)
e.Graphics.DrawString(Text, Font, Brushes.Black, e.Graphics.DrawString(Text, Font, Brushes.Black,