Skip to content

Commit

Permalink
hotfix: Margins
Browse files Browse the repository at this point in the history
  • Loading branch information
christiankyle-ching committed Feb 27, 2022
1 parent 70f5083 commit b6e16b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DigitalWellbeingWPF/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</ui:NavigationView.MenuItems>

<Frame x:Name="ContentFrame"
NavigationUIVisibility="Hidden" Margin="20"
NavigationUIVisibility="Hidden" Margin="20,0,20,20"
HorizontalContentAlignment="Stretch" VerticalAlignment="Stretch"/>
</ui:NavigationView>
</Grid>
Expand Down

0 comments on commit b6e16b0

Please sign in to comment.