aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.ServerApplication/LibraryExplorer.xaml
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-09-30 14:59:50 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-09-30 14:59:50 -0400
commita7c8750b52d213ced122bd54c69936fb2379068c (patch)
tree9ff18e89f8a06387703e7c86f456d924e89b4cef /MediaBrowser.ServerApplication/LibraryExplorer.xaml
parente5d026c4835408e9413daff3eadc208b1417d099 (diff)
removed mahapps
Diffstat (limited to 'MediaBrowser.ServerApplication/LibraryExplorer.xaml')
-rw-r--r--MediaBrowser.ServerApplication/LibraryExplorer.xaml18
1 files changed, 3 insertions, 15 deletions
diff --git a/MediaBrowser.ServerApplication/LibraryExplorer.xaml b/MediaBrowser.ServerApplication/LibraryExplorer.xaml
index 68f11501f..3660ce6d2 100644
--- a/MediaBrowser.ServerApplication/LibraryExplorer.xaml
+++ b/MediaBrowser.ServerApplication/LibraryExplorer.xaml
@@ -1,22 +1,10 @@
-<controls:MetroWindow x:Class="MediaBrowser.ServerApplication.LibraryExplorer"
+<Window x:Class="MediaBrowser.ServerApplication.LibraryExplorer"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:MediaBrowser.ServerApplication"
- xmlns:controls="clr-namespace:MahApps.Metro.Controls;assembly=MahApps.Metro"
- Title="Library Explorer"
+ Title="Library Explorer"
Height="733.75"
Width="893">
- <controls:MetroWindow.Resources>
- <ResourceDictionary>
- <ResourceDictionary.MergedDictionaries>
- <ResourceDictionary Source="pack://application:,,,/MahApps.Metro;component/Styles/Colours.xaml" />
- <ResourceDictionary Source="pack://application:,,,/MahApps.Metro;component/Styles/Fonts.xaml" />
- <ResourceDictionary Source="pack://application:,,,/MahApps.Metro;component/Styles/Controls.xaml" />
- <ResourceDictionary Source="pack://application:,,,/MahApps.Metro;component/Styles/Accents/Blue.xaml" />
- <ResourceDictionary Source="pack://application:,,,/MahApps.Metro;component/Styles/Accents/BaseLight.xaml" />
- </ResourceDictionary.MergedDictionaries>
- </ResourceDictionary>
- </controls:MetroWindow.Resources>
<Grid Margin="0,0,0,10">
<TreeView x:Name="tvwLibrary"
HorizontalAlignment="Left"
@@ -187,4 +175,4 @@
Width="138" />
</Grid>
-</controls:MetroWindow>
+</Window>