diff options
| author | ScottIsAFool <scottisafool@live.co.uk> | 2013-05-04 16:03:38 +0100 |
|---|---|---|
| committer | ScottIsAFool <scottisafool@live.co.uk> | 2013-05-04 16:03:45 +0100 |
| commit | 68bc39fe4e336de592e861126f6d1b4ff9441f9e (patch) | |
| tree | 28c67ecad335e21d5c5cf22f9ea79cdb90b6316d /MediaBrowser.ServerApplication/LibraryExplorer.xaml.cs | |
| parent | 061a0c6f5546b7a0ffd429dd19560d35ca2cf5c6 (diff) | |
Added a touch of metro to the Library Explorer
Diffstat (limited to 'MediaBrowser.ServerApplication/LibraryExplorer.xaml.cs')
| -rw-r--r-- | MediaBrowser.ServerApplication/LibraryExplorer.xaml.cs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/MediaBrowser.ServerApplication/LibraryExplorer.xaml.cs b/MediaBrowser.ServerApplication/LibraryExplorer.xaml.cs index 84b3d0c5f..a50d451de 100644 --- a/MediaBrowser.ServerApplication/LibraryExplorer.xaml.cs +++ b/MediaBrowser.ServerApplication/LibraryExplorer.xaml.cs @@ -1,4 +1,5 @@ -using MediaBrowser.Common; +using MahApps.Metro.Controls; +using MediaBrowser.Common; using MediaBrowser.Controller.Entities; using MediaBrowser.Controller.Entities.Movies; using MediaBrowser.Controller.Entities.TV; @@ -27,7 +28,7 @@ namespace MediaBrowser.ServerApplication /// <summary> /// Interaction logic for LibraryExplorer.xaml /// </summary> - public partial class LibraryExplorer : Window + public partial class LibraryExplorer : MetroWindow { private readonly ILogger _logger; |
