Put license into About view; adjust install license file.
This commit is contained in:
@ -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}" />
|
||||
|
Reference in New Issue
Block a user