From 82f23b100c20c2d6fdd6f1a260fa6017ae19df35 Mon Sep 17 00:00:00 2001 From: Jonathan Haines Date: Tue, 18 Nov 2014 21:40:21 +1100 Subject: [PATCH] Windows pausing and note creation - Added note window - Added BitmapImage helper for Avatar display in note window - Added "Open folder" menu item to sub folder menu - Added border radius to avatar - Added placeholder to note textbox - Added cancel and sync handlers - Increased padding in text field - Decreased button width and spacing to match other SparkleShare buttons --- SparkleShare/Windows/SparkleNote.xaml | 37 +++++++ SparkleShare/Windows/SparkleNote.xaml.cs | 123 ++++++++++++++++++++++ SparkleShare/Windows/SparkleShare.csproj | 13 +++ SparkleShare/Windows/SparkleStatusIcon.cs | 14 +++ SparkleShare/Windows/SparkleUI.cs | 14 +-- SparkleShare/Windows/SparkleUIHelpers.cs | 12 ++- 6 files changed, 206 insertions(+), 7 deletions(-) create mode 100644 SparkleShare/Windows/SparkleNote.xaml create mode 100644 SparkleShare/Windows/SparkleNote.xaml.cs diff --git a/SparkleShare/Windows/SparkleNote.xaml b/SparkleShare/Windows/SparkleNote.xaml new file mode 100644 index 00000000..22f2b24b --- /dev/null +++ b/SparkleShare/Windows/SparkleNote.xaml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + +