mirror of
https://github.com/wagesj45/butterflow-ui.git
synced 2025-09-09 03:00:39 -05:00
Adding versioning and meta data
This commit is contained in:
parent
300fad34e7
commit
5becb42a63
5 changed files with 24 additions and 4 deletions
|
|
@ -15,6 +15,11 @@
|
|||
<ContentControl VerticalAlignment="Center" Template="{StaticResource ButterflowUIIcon}" />
|
||||
<TextBlock VerticalAlignment="Center" Text="{x:Static loc:Localization.Title}" FontSize="64" FontFamily="Segoe UI Black" />
|
||||
</StackPanel>
|
||||
<WrapPanel HorizontalAlignment="Center">
|
||||
<TextBlock Text="{x:Static loc:Localization.VersionLabel}" />
|
||||
<TextBlock Text=" - "/>
|
||||
<TextBlock Name="txtVersion" Text="0.0.0.0" />
|
||||
</WrapPanel>
|
||||
<TextBlock Text="{x:Static loc:Localization.AboutWindowDescription}" TextAlignment="Center" />
|
||||
<Separator Margin="0,15" />
|
||||
<Grid>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue