Skip to content

Commit

Permalink
Add content to about tab
Browse files Browse the repository at this point in the history
  • Loading branch information
Rbn3D committed Aug 20, 2017
1 parent 8749d2d commit 7bd64bd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions WpfTest/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,12 @@
<TabItem Header="About..." HorizontalAlignment="Center">
<ScrollViewer VerticalScrollBarVisibility="Auto">
<Grid>
<Label HorizontalAlignment="Center" VerticalAlignment="Top" Height="80" Margin="0,44,0,0" Content="Global Exchange Rates" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" FontSize="30"/>
<TextBlock HorizontalAlignment="Stretch" VerticalAlignment="Top" TextWrapping="Wrap" MaxWidth="500" Height="290" Margin="286,138,286,0" FontSize="15">
This is a sample app written in WPF. It simulates Currency exchange rates, including a chart and an exchange rate converter.

Disclaimer: Please note the data this app shows is fake data, do not use for investiment or other financial purpouses.
</TextBlock>
</Grid>
</ScrollViewer>
</TabItem>
Expand Down

0 comments on commit 7bd64bd

Please sign in to comment.