aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.UI.Controls/Themes
diff options
context:
space:
mode:
authorLukePulverenti <luke.pulverenti@gmail.com>2013-02-23 10:58:08 -0500
committerLukePulverenti <luke.pulverenti@gmail.com>2013-02-23 10:58:08 -0500
commit17c1fd576057bdd2d6aea517d733fe8af6e6b2ba (patch)
tree660f47e816a8599aabdb7ee47f3cde64c72c3f4d /MediaBrowser.UI.Controls/Themes
parent33ed929b526acbda696f00f5966917ebd6a9ded2 (diff)
moved ui to it's own repo
Diffstat (limited to 'MediaBrowser.UI.Controls/Themes')
-rw-r--r--MediaBrowser.UI.Controls/Themes/Generic.xaml17
1 files changed, 0 insertions, 17 deletions
diff --git a/MediaBrowser.UI.Controls/Themes/Generic.xaml b/MediaBrowser.UI.Controls/Themes/Generic.xaml
deleted file mode 100644
index 44e50a5596..0000000000
--- a/MediaBrowser.UI.Controls/Themes/Generic.xaml
+++ /dev/null
@@ -1,17 +0,0 @@
-<ResourceDictionary
- xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- xmlns:local="clr-namespace:MediaBrowser.UI.Controls">
-
- <Style TargetType="local:TransitionControl">
- <Setter Property="Template">
- <Setter.Value>
- <ControlTemplate TargetType="local:TransitionControl">
- <Grid>
- <ContentPresenter x:Name="ContentPresenter" />
- </Grid>
- </ControlTemplate>
- </Setter.Value>
- </Setter>
- </Style>
-</ResourceDictionary>