From ff607133d2c3884a9c844c17779421f7c7fe7fba Mon Sep 17 00:00:00 2001 From: CodeDead Date: Sat, 7 Apr 2018 19:01:03 +0200 Subject: [PATCH] * Fixed a border issue --- UpdateManager/Properties/AssemblyInfo.cs | 4 ++-- UpdateManager/Windows/UpdateWindow.xaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/UpdateManager/Properties/AssemblyInfo.cs b/UpdateManager/Properties/AssemblyInfo.cs index 46fcc04..293ddb5 100644 --- a/UpdateManager/Properties/AssemblyInfo.cs +++ b/UpdateManager/Properties/AssemblyInfo.cs @@ -32,5 +32,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("1.3.2.0")] -[assembly: AssemblyFileVersion("1.3.2.0")] +[assembly: AssemblyVersion("1.3.3.0")] +[assembly: AssemblyFileVersion("1.3.3.0")] diff --git a/UpdateManager/Windows/UpdateWindow.xaml b/UpdateManager/Windows/UpdateWindow.xaml index 013fe56..f4ad7ad 100644 --- a/UpdateManager/Windows/UpdateWindow.xaml +++ b/UpdateManager/Windows/UpdateWindow.xaml @@ -4,7 +4,7 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" - mc:Ignorable="d" + mc:Ignorable="d" UseLayoutRounding="True" SizeToContent="WidthAndHeight" Width="Auto" Height="Auto" WindowStartupLocation="CenterScreen" ResizeMode="CanMinimize">