diff --git a/CSharpImageLibrary/CSharpImageLibrary.csproj b/CSharpImageLibrary/CSharpImageLibrary.csproj index 79686f0..df7e0fe 100644 --- a/CSharpImageLibrary/CSharpImageLibrary.csproj +++ b/CSharpImageLibrary/CSharpImageLibrary.csproj @@ -82,8 +82,8 @@ 4.0 - - ..\packages\UsefulCSharpThings.1.7.1\lib\net462\UsefulThings.dll + + ..\packages\UsefulCSharpThings.1.7.2\lib\net462\UsefulThings.dll diff --git a/CSharpImageLibrary/Properties/AssemblyInfo.cs b/CSharpImageLibrary/Properties/AssemblyInfo.cs index d4ef740..c21952e 100644 --- a/CSharpImageLibrary/Properties/AssemblyInfo.cs +++ b/CSharpImageLibrary/Properties/AssemblyInfo.cs @@ -51,5 +51,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("4.0.1.0")] -[assembly: AssemblyFileVersion("4.0.1.0")] +[assembly: AssemblyVersion("4.0.2.0")] +[assembly: AssemblyFileVersion("4.0.2.0")] diff --git a/CSharpImageLibrary/packages.config b/CSharpImageLibrary/packages.config index 151f583..7fc015d 100644 --- a/CSharpImageLibrary/packages.config +++ b/CSharpImageLibrary/packages.config @@ -2,5 +2,5 @@ - + \ No newline at end of file diff --git a/UI_Project/App.config b/UI_Project/App.config index 673dc0f..c94c5cf 100644 --- a/UI_Project/App.config +++ b/UI_Project/App.config @@ -27,6 +27,18 @@ -1 + + 0 + + + 0 + + + 0 + + + 158 + \ No newline at end of file diff --git a/UI_Project/NewMainWindow.xaml b/UI_Project/NewMainWindow.xaml index 7dbbf78..b37fb45 100644 --- a/UI_Project/NewMainWindow.xaml +++ b/UI_Project/NewMainWindow.xaml @@ -13,7 +13,7 @@ xmlns:Library="clr-namespace:CSharpImageLibrary;assembly=CSharpImageLibrary" xmlns:UsefulWPF="clr-namespace:UsefulThings.WPF;assembly=UsefulThings" mc:Ignorable="d" - Title="NewMainWindow" Height="900" Width="1100" AllowsTransparency="True" Background="#9F000000" WindowStyle="None" ResizeMode="CanResizeWithGrip" + Title="NewMainWindow" Height="900" Width="1100" AllowsTransparency="True" Background="{Binding WindowBackgroundColour}" WindowStyle="None" ResizeMode="CanResizeWithGrip" Loaded="Window_Loaded" d:DataContext="{d:DesignInstance Type=local:Design_ViewModel, IsDesignTimeCreatable=True}" AllowDrop="True" DragOver="TOPWINDOW_DragOver" Drop="TOPWINDOW_Drop" KeyDown="TOPWINDOW_KeyDown" MouseLeftButtonDown="TOPWINDOW_MouseLeftButtonDown" MouseDown="TOPWINDOW_MouseDown" Closing="TOPWINDOW_Closing"> @@ -22,6 +22,7 @@ + True @@ -1021,13 +1022,9 @@