Skip to content

Commit

Permalink
* Fixed a border issue
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDead committed Apr 7, 2018
1 parent e66f794 commit ff60713
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions UpdateManager/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
2 changes: 1 addition & 1 deletion UpdateManager/Windows/UpdateWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
<Grid>
Expand Down

0 comments on commit ff60713

Please sign in to comment.