diff --git a/FizzyLauncher.UI/RyzStudio/Windows/Forms/TForm.cs b/FizzyLauncher.UI/RyzStudio/Windows/Forms/TForm.cs index 2c73278..4e22e8e 100644 --- a/FizzyLauncher.UI/RyzStudio/Windows/Forms/TForm.cs +++ b/FizzyLauncher.UI/RyzStudio/Windows/Forms/TForm.cs @@ -134,7 +134,8 @@ namespace AppLauncher.Windows.Forms if (!DesignMode) { - g.DrawImageUnscaled(appIcon, 17, appIconTop); + //g.DrawImageUnscaled(appIcon, 17, appIconTop); + g.DrawImage(appIcon, 17, appIconTop, appIcon.Width, appIcon.Height); TextRenderer.DrawText(g, this.Text, titleFont, new Point(58, titleFontTop), titleColour); }