Skip to content

Commit 69e8718

Browse files
authored
Update TestContent.xaml
Changed style of BackstageTabItem that uses a TabControl. Current style was not resolving properly.
1 parent 8ba1da4 commit 69e8718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Fluent.Ribbon.Showcase/TestContent.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@
272272
<Fluent:BackstageTabItem Header="Recent"
273273
Icon="{iconPacks:Material Kind=History}"
274274
KeyTip="R">
275-
<TabControl Style="{DynamicResource InnerBackstageTabControlStyle}"
275+
<TabControl Style="{DynamicResource Fluent.Ribbon.Styles.InnerBackstageTabControl}"
276276
Margin="20 5 20 5">
277277
<Fluent:SeparatorTabItem Header="Test1" />
278278
<TabItem Header="1" />

0 commit comments

Comments
 (0)