add version text
This commit is contained in:
parent
6d1833d7ab
commit
6588bbd60d
2 changed files with 17 additions and 7 deletions
|
|
@ -45,12 +45,19 @@
|
|||
HorizontalAlignment="Stretch" />
|
||||
</StackPanel>
|
||||
|
||||
<Image Grid.Column="0"
|
||||
Margin="20"
|
||||
VerticalAlignment="Bottom"
|
||||
Source="{DynamicResource Logo}"
|
||||
HorizontalAlignment="Center">
|
||||
</Image>
|
||||
<StackPanel Grid.Column="0" Margin="20" Spacing="15" VerticalAlignment="Bottom">
|
||||
<Image
|
||||
Margin="20"
|
||||
VerticalAlignment="Bottom"
|
||||
Source="{DynamicResource Logo}"
|
||||
HorizontalAlignment="Center">
|
||||
</Image>
|
||||
<TextBlock
|
||||
Name="VersionTextBlock"
|
||||
FontFamily="Consolas,Courier New,monospace"
|
||||
FontSize="14"
|
||||
HorizontalAlignment="Center" />
|
||||
</StackPanel>
|
||||
|
||||
<!-- Right Panel - Logs -->
|
||||
<TextBox Grid.Column="1" Name="LogsTextBox"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue