Skip to content

Commit

Permalink
Fixing base style reference for StartScreenTabControl
Browse files Browse the repository at this point in the history
  • Loading branch information
batzen committed Dec 9, 2023
1 parent 07a24cb commit def513f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fluent.Ribbon/Themes/Controls/StartScreenTabControl.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@

<Style x:Key="Fluent.Ribbon.Styles.StartScreenTabControl"
TargetType="{x:Type Fluent:StartScreenTabControl}"
BasedOn="{StaticResource {x:Type Fluent:BackstageTabControl}}">
BasedOn="{StaticResource Fluent.Ribbon.Styles.BackstageTabControl}">
<Setter Property="Background" Value="{Binding Background, RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type Fluent:StartScreen}}, FallbackValue=Red}" />
<Setter Property="Margin" Value="0" />
<Setter Property="Template" Value="{DynamicResource Fluent.Ribbon.Templates.StartScreenTabControl}" />
Expand Down

0 comments on commit def513f

Please sign in to comment.