Skip to content

Commit

Permalink
Comment out Aero theme ResourceDictionary.
Browse files Browse the repository at this point in the history
  • Loading branch information
drewnoakes committed Jun 20, 2016
1 parent 968e6ff commit a18bfbc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions App.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="StyleSnooper.App"
StartupUri="MainWindow.xaml">
<!--
<Application.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="/PresentationFramework.Aero;V3.0.0.0;31bf3856ad364e35;component\themes/aero.normalcolor.xaml" />
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</Application.Resources>
-->
</Application>

0 comments on commit a18bfbc

Please sign in to comment.