Skip to content

Commit

Permalink
Update MainWindow.xaml
Browse files Browse the repository at this point in the history
  • Loading branch information
NotYoojun committed Aug 12, 2024
1 parent b1ad9f2 commit 79b24e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/SettingsNavigationTest/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
ui:ThemeManager.IsThemeAware="True"
ui:WindowHelper.SystemBackdropType="Mica"
ui:WindowHelper.UseModernWindowStyle="True"
Title="SettingsNavigationTest" Height="450" Width="800">
Title="SettingsNavigationTest" Height="756" Width="800">
<Grid Margin="25,15,15,15">
<Grid.RowDefinitions>
<RowDefinition Height="Auto"/>
<RowDefinition Height="*"/>
</Grid.RowDefinitions>
<TextBlock Text="Settings" FontSize="28" Grid.Row="0"/>
<ui:Frame x:Name="SettingsFrame" Grid.Row="1" Margin="0,20,0,0"/>
<ui:Frame x:Name="SettingsFrame" Grid.Row="1" Margin="0,20,0,0" ScrollViewer.VerticalScrollBarVisibility="Auto"/>
</Grid>
</Window>

0 comments on commit 79b24e7

Please sign in to comment.