Changed: icon scaling
This commit is contained in:
parent
8e64366f1d
commit
9a4a727004
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user