From 5bc643f1fd5f00768eaea116a9458626cbeb23d0 Mon Sep 17 00:00:00 2001 From: feos Date: Thu, 9 Feb 2017 23:10:41 +0300 Subject: [PATCH] tastudio: shrink the branch image like you should --- BizHawk.Client.EmuHawk/tools/TAStudio/ScreenshotPopup.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Client.EmuHawk/tools/TAStudio/ScreenshotPopup.cs b/BizHawk.Client.EmuHawk/tools/TAStudio/ScreenshotPopup.cs index 102e9c96b5..335f1d0553 100644 --- a/BizHawk.Client.EmuHawk/tools/TAStudio/ScreenshotPopup.cs +++ b/BizHawk.Client.EmuHawk/tools/TAStudio/ScreenshotPopup.cs @@ -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,