Skip to content

Commit 7d17b97

Browse files
committed
Fixes #1125
1 parent 10d353e commit 7d17b97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Fluent.Ribbon/Themes/Controls/BackstageTabControl.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@
199199

200200
<Button x:Name="backbutton"
201201
Uid="{TemplateBinding BackButtonUid}"
202+
AutomationProperties.Name="{Binding Uid, RelativeSource={RelativeSource Self}}"
202203
Style="{DynamicResource Fluent.Ribbon.Styles.BackstageBackButton}"
203204
Grid.Row="0"
204205
Padding="22 7 0 7"

0 commit comments

Comments
 (0)