scale the putty image on the advanced page

This commit is contained in:
David Sparer
2018-09-03 10:02:57 -05:00
parent 9a6c2fa7c8
commit 5e87d8de18

View File

@@ -1,4 +1,5 @@
using System;
using System.Drawing;
using System.IO;
using System.Windows.Forms;
using mRemoteNG.App;
@@ -15,6 +16,9 @@ namespace mRemoteNG.UI.Forms.OptionsPages
{
InitializeComponent();
ApplyTheme();
var display = new DisplayProperties();
var img = display.ScaleImage(Resources.PuttyConfig);
btnLaunchPutty.Image = img;
}
#region Public Methods