Put license into About view; adjust install license file.

This commit is contained in:
Daniel Kraus
2015-07-28 18:16:39 +02:00
parent 4bae35b665
commit f2e75b1abe
6 changed files with 163 additions and 345 deletions

View File

@ -32,9 +32,15 @@
<TextBlock TextAlignment="Center" Text="{Binding Version}" Margin="0, 5, 0, 10" />
<TextBlock TextAlignment="Center" Text="{Binding CopyrightString}" Margin="0, 0, 0, 10" />
<TextBlock TextAlignment="Center" Margin="0, 10, 0, 10">
Homepage:
<Hyperlink Command="{Binding GotoHomepageCommand}">
<TextBlock Text="{Binding Homepage}" />
</Hyperlink>
<LineBreak />
Lizenz:
<Hyperlink Command="{Binding GotoLicenseCommand}">
<TextBlock Text="Apache 2.0" />
</Hyperlink>
</TextBlock>
<StackPanel Orientation="Horizontal" HorizontalAlignment="Center" Margin="0, 10, 0, 0">
<Button Content="Schließen" Command="{Binding CloseViewCommand}" />