Skip to content

Commit

Permalink
Changed default page path due to rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Erinaaaaaaa committed Feb 25, 2017
1 parent b25133c commit 28596f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu-rank/osu-rank/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@
</materialDesign:DialogHost.DialogContent>

<Grid Margin="0">
<Frame x:Name="WindowContent" Content="Frame" Margin="0,60,0,0" Source="/osu!rank;component/OsuPages/oOneUser.xaml" NavigationUIVisibility="Hidden" FontFamily="{StaticResource Exo2}"/>
<Frame x:Name="WindowContent" Content="Frame" Margin="0,60,0,0" Source="/osu!rank;component/OsuPages/OneUser.xaml" NavigationUIVisibility="Hidden" FontFamily="{StaticResource Exo2}"/>
<Border BorderThickness="0" Height="60" VerticalAlignment="Top" Background="{StaticResource PrimaryHueMidBrush}" Margin="-10,0" >
<Border.Effect>
<DropShadowEffect BlurRadius="10" Direction="270" ShadowDepth="3" Opacity="0.35" RenderingBias="Quality"/>
Expand Down

0 comments on commit 28596f0

Please sign in to comment.