Skip to content

Commit

Permalink
Merge pull request #1160 from SebiCiuca/TestContent-TabControl-StyleFix
Browse files Browse the repository at this point in the history
Update TestContent.xaml
  • Loading branch information
batzen authored Aug 20, 2023
2 parents 8ba1da4 + 69e8718 commit 4321927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fluent.Ribbon.Showcase/TestContent.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
<Fluent:BackstageTabItem Header="Recent"
Icon="{iconPacks:Material Kind=History}"
KeyTip="R">
<TabControl Style="{DynamicResource InnerBackstageTabControlStyle}"
<TabControl Style="{DynamicResource Fluent.Ribbon.Styles.InnerBackstageTabControl}"
Margin="20 5 20 5">
<Fluent:SeparatorTabItem Header="Test1" />
<TabItem Header="1" />
Expand Down

0 comments on commit 4321927

Please sign in to comment.