Improved design in Main Page sub pages titles

This commit is contained in:
2017-10-27 18:38:54 +02:00
committed by BONNEVILLE Geoffroy
parent d247aa8334
commit dd1e128e17
6 changed files with 42 additions and 50 deletions

View File

@@ -11,9 +11,6 @@
</Page.DataContext>
<StackPanel Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">
<TextBlock Style="{StaticResource HeaderTextBlockStyle}" Margin="60,-50,0,20" FontSize="24">
<Run Text="Save"></Run>
</TextBlock>
<HyperlinkButton Content="Save and close" Click="SaveButton_OnClick" />
<TextBlock Style="{StaticResource BodyTextBlockStyle}" Margin="15,0,0,30">This will save and close the currently opened database.</TextBlock>
<HyperlinkButton Content="Save as..." Click="SaveAsButton_OnClick" />