This commit is contained in:
Yoshi Askharoun
2024-05-12 00:03:31 -05:00
parent a1359eb4fa
commit 958d77fc0f
2 changed files with 1 additions and 7 deletions
-6
View File
@@ -12,12 +12,6 @@
--><!-- Theme setting --><!--
<ResourceDictionary Source="pack://application:,,,/MahApps.Metro;component/Styles/Themes/Light.Magenta.xaml" />-->
<ResourceDictionary Source="Skins/Brushes.xaml"/>
<ResourceDictionary Source="Skins/CoreStyles.xaml"/>
<ResourceDictionary Source="Skins/Fonts.xaml"/>
<ResourceDictionary Source="Skins/SDKStyles.xaml"/>
<ResourceDictionary Source="Skins/Styles.xaml"/>
<ResourceDictionary Source="Themes/Generic.xaml"/>
</ResourceDictionary.MergedDictionaries>
+1 -1
View File
@@ -60,7 +60,7 @@
</StackPanel>
</Border>-->
<Border x:Name="ContentBorder" Style="{StaticResource NavContentBorderStyle}" Grid.Row="3">
<Border x:Name="ContentBorder" Grid.Row="3">
<ContentControl x:Name="ContentFrame" Margin="0"/>
</Border>
</Grid>