tastudio: shrink the branch image like you should
This commit is contained in:
parent
821baeb649
commit
5bc643f1fd
|
@ -64,7 +64,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
|
||||
e.DrawBackground();
|
||||
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)
|
||||
e.Graphics.DrawString(Text, Font, Brushes.Black,
|
||||
|
|
Loading…
Reference in New Issue