Skip to content

Commit b7bb93c

Browse files
committed
Fix background on win10
1 parent 214df93 commit b7bb93c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

LRReader.UWP/Views/Root.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<UserControl
1+
<Page
22
x:Class="LRReader.UWP.Views.Root"
33
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
44
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
@@ -11,4 +11,4 @@
1111
mc:Ignorable="d">
1212

1313
<Frame x:Name="FrameContent" x:FieldModifier="public" IsNavigationStackEnabled="False" />
14-
</UserControl>
14+
</Page>

LRReader.UWP/Views/Root.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
namespace LRReader.UWP.Views
99
{
10-
public sealed partial class Root : UserControl
10+
public sealed partial class Root : Page
1111
{
1212
public Root()
1313
{

0 commit comments

Comments
 (0)