Changed About Window to

This commit is contained in:
Ben
2015-06-14 21:11:25 +01:00
parent e0a660fec6
commit 8119018f33
3 changed files with 20 additions and 4 deletions

View File

@@ -7,7 +7,10 @@
Height="360"
Width="580"
Loaded="AboutWindow_OnLoaded"
BorderThickness="1" BorderBrush="Black">
BorderThickness="1"
BorderBrush="Black"
ShowMaxRestoreButton="False"
ShowMinButton="False">
<Grid Margin="15">
<Grid.RowDefinitions>
<RowDefinition Height="Auto"></RowDefinition>
@@ -29,7 +32,7 @@
<Image Source="/Filtration;component/Resources/logo.png" Width="75" Height="75" VerticalAlignment="Top" />
<StackPanel Grid.Row="0" Grid.Column="1">
<TextBlock FontWeight="Black">Filtration</TextBlock>
<TextBlock>Version 0.2</TextBlock>
<TextBlock Text="{Binding Version}" />
<TextBlock>Copyright © 2015</TextBlock>
<TextBlock>Created by Ben Wallis</TextBlock>
<TextBlock>