jellyfin-server/MediaBrowser.UI.Controls/Themes/Generic.xaml
2013-02-20 20:33:05 -05:00

18 lines
634 B
XML

<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>