Skip to content

Commit

Permalink
Making background of BackstageTabControl styleable
Browse files Browse the repository at this point in the history
  • Loading branch information
batzen committed May 30, 2016
1 parent e2ee138 commit b96a9ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Fluent.Ribbon/Themes/Controls/BackstageTabControl.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
</Grid>
<Grid Height="Auto"
Grid.Column="1"
Background="{DynamicResource BackstageBackgroundBrush}">
Background="{TemplateBinding Background}">
<Grid.Margin>
<MultiBinding Converter="{x:Static Converters:StaticConverters.ThicknessConverter}">
<Binding Source="0" />
Expand Down Expand Up @@ -285,7 +285,7 @@
<Setter Property="FocusVisualStyle"
Value="{DynamicResource ControlStyleEmptyFocus}" />
<Setter Property="Background"
Value="{Binding ParentBackstage.Background, RelativeSource={RelativeSource Self}, FallbackValue=Red}" />
Value="{DynamicResource BackstageBackgroundBrush}" />
<Setter Property="ItemsPanelBackground"
Value="{Binding ParentBackstage.Background, RelativeSource={RelativeSource Self}, FallbackValue=Red}" />
</Style>
Expand Down

0 comments on commit b96a9ea

Please sign in to comment.