From 958be6dbda95b55f0bc3eb6a998dde64ded050cd Mon Sep 17 00:00:00 2001 From: killnine Date: Thu, 3 Jul 2014 14:19:07 -0500 Subject: [PATCH 1/2] Rename Class Typo Class was called GrowlNotifiactions rather that GrowlNotifications. --- .../{GrowlNotifiactions.xaml => GrowlNotifications.xaml} | 2 +- ...rowlNotifiactions.xaml.cs => GrowlNotifications.xaml.cs} | 4 ++-- WPFGrowlNotification/MainWindow.xaml.cs | 2 +- WPFGrowlNotification/WPFGrowlNotification.csproj | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) rename WPFGrowlNotification/{GrowlNotifiactions.xaml => GrowlNotifications.xaml} (98%) rename WPFGrowlNotification/{GrowlNotifiactions.xaml.cs => GrowlNotifications.xaml.cs} (95%) diff --git a/WPFGrowlNotification/GrowlNotifiactions.xaml b/WPFGrowlNotification/GrowlNotifications.xaml similarity index 98% rename from WPFGrowlNotification/GrowlNotifiactions.xaml rename to WPFGrowlNotification/GrowlNotifications.xaml index 4913526..65e3d13 100644 --- a/WPFGrowlNotification/GrowlNotifiactions.xaml +++ b/WPFGrowlNotification/GrowlNotifications.xaml @@ -1,4 +1,4 @@ -Designer MSBuild:Compile - + Designer MSBuild:Compile @@ -65,8 +65,8 @@ App.xaml Code - - GrowlNotifiactions.xaml + + GrowlNotifications.xaml From a65071120646c1e1c8db4c813ae02ed0661b7857 Mon Sep 17 00:00:00 2001 From: killnine Date: Mon, 7 Jul 2014 21:45:12 -0500 Subject: [PATCH 2/2] Migrated from raster icons to vector icons No longer using .PNGs for images, instead pointing to PathGeometry. You can find more at http://www.modernuiicons.com. Simply add the path data to IconData.xaml and reference as a StaticResource. --- WPFGrowlNotification/App.xaml | 3 ++- .../DesignTimeNotificationData.xaml | 8 ++++---- WPFGrowlNotification/GrowlNotifications.xaml | 4 +++- WPFGrowlNotification/MainWindow.xaml.cs | 17 +++++++++++++---- WPFGrowlNotification/Notification.cs | 14 +++++++------- .../Resources/ButtonStyle.xaml | 9 +++++---- WPFGrowlNotification/Resources/IconData.xaml | 8 ++++++++ .../Resources/Radiation_warning_symbol.png | Bin 8596 -> 0 bytes WPFGrowlNotification/Resources/close.png | Bin 558 -> 0 bytes .../Resources/facebook-button.png | Bin 7366 -> 0 bytes .../Resources/microsoft-windows-8-logo.png | Bin 5413 -> 0 bytes .../Resources/notification-icon.png | Bin 7275 -> 0 bytes .../WPFGrowlNotification.csproj | 13 ++++--------- 13 files changed, 46 insertions(+), 30 deletions(-) create mode 100644 WPFGrowlNotification/Resources/IconData.xaml delete mode 100644 WPFGrowlNotification/Resources/Radiation_warning_symbol.png delete mode 100644 WPFGrowlNotification/Resources/close.png delete mode 100644 WPFGrowlNotification/Resources/facebook-button.png delete mode 100644 WPFGrowlNotification/Resources/microsoft-windows-8-logo.png delete mode 100644 WPFGrowlNotification/Resources/notification-icon.png diff --git a/WPFGrowlNotification/App.xaml b/WPFGrowlNotification/App.xaml index 8748a14..e3c16c6 100644 --- a/WPFGrowlNotification/App.xaml +++ b/WPFGrowlNotification/App.xaml @@ -5,7 +5,8 @@ - + + diff --git a/WPFGrowlNotification/DesignTimeNotificationData.xaml b/WPFGrowlNotification/DesignTimeNotificationData.xaml index 7bb12fb..a033a97 100644 --- a/WPFGrowlNotification/DesignTimeNotificationData.xaml +++ b/WPFGrowlNotification/DesignTimeNotificationData.xaml @@ -1,6 +1,6 @@  - - - - + + + + \ No newline at end of file diff --git a/WPFGrowlNotification/GrowlNotifications.xaml b/WPFGrowlNotification/GrowlNotifications.xaml index 65e3d13..9079982 100644 --- a/WPFGrowlNotification/GrowlNotifications.xaml +++ b/WPFGrowlNotification/GrowlNotifications.xaml @@ -23,7 +23,9 @@ - + + +