Skip to content

Commit

Permalink
Added link to github in About section.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Weitzel committed Feb 8, 2019
1 parent 721bc10 commit 2405990
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions TimeTracker/SettingsAbout.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
<Grid>
<Label Content="About" HorizontalAlignment="Left" Margin="31,1,0,0" VerticalAlignment="Top" FontSize="24" FontWeight="Bold"/>
<Label Content="TimeTracker" HorizontalAlignment="Left" Margin="31,68,0,0" VerticalAlignment="Top" FontSize="20"/>
<TextBlock Margin="146,73,496,490" FontSize="20">
<Hyperlink NavigateUri="https://github.com/RobinWeitzel/WindowsTimeTracker" RequestNavigate="Hyperlink_RequestNavigate">
(Github)
</Hyperlink>
</TextBlock>
<Label Name="Version" Content="Version" HorizontalAlignment="Left" Margin="31,120,0,0" VerticalAlignment="Top" FontSize="20"/>
<Label Content="Libraries used in this project:" HorizontalAlignment="Left" Margin="31,189,0,0" VerticalAlignment="Top" FontSize="20"/>
<ListView Name="Libraries" HorizontalAlignment="Left" Height="314" Margin="31,226,0,0" VerticalAlignment="Top" Width="712" SelectionMode="Single" SelectionChanged="Libraries_SelectionChanged">
Expand All @@ -29,5 +34,6 @@
</TextBlock>
<Label Content="Author: Robin Weitzel" HorizontalAlignment="Left" Margin="31,93,0,0" VerticalAlignment="Top" FontSize="20" RenderTransformOrigin="0.513,0.989"/>
<Label Content="Thanks to all the amazing people creating open source libraries making projects like this possible!" HorizontalAlignment="Left" Margin="31,545,0,0" VerticalAlignment="Top" FontSize="16"/>

</Grid>
</UserControl>

0 comments on commit 2405990

Please sign in to comment.