windows: add the app icon to every window

This commit is contained in:
Hylke Bons 2012-06-25 00:11:52 +01:00
parent 49fb72ec71
commit 4870da2bce
2 changed files with 2 additions and 0 deletions

View file

@ -45,6 +45,7 @@ namespace SparkleShare {
ResizeMode = ResizeMode.NoResize;
Height = 288;
Width = 640;
Icon = SparkleUIHelpers.GetImageSource("sparkleshare-app", "ico");
WindowStartupLocation = WindowStartupLocation.CenterScreen;

View file

@ -47,6 +47,7 @@ namespace SparkleShare {
Height = 440;
ResizeMode = ResizeMode.NoResize;
Background = new SolidColorBrush (Colors.WhiteSmoke);
Icon = SparkleUIHelpers.GetImageSource("sparkleshare-app", "ico");
TaskbarItemInfo = new TaskbarItemInfo () {
Description = "SparkleShare"