Skip to content

Commit

Permalink
Fixes #1161
Browse files Browse the repository at this point in the history
  • Loading branch information
batzen committed Aug 22, 2023
1 parent 4321927 commit 91ace9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Fluent.Ribbon/Themes/Controls/BackstageTabControl.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@
Padding="22 7 0 7"
VerticalAlignment="Top"
AutomationProperties.Name="{Binding Uid, RelativeSource={RelativeSource Self}}"
AutomationProperties.AcceleratorKey="ESC"
Command="{x:Static Fluent:RibbonCommands.OpenBackstage}"
Visibility="{Binding Path=IsBackButtonVisible, RelativeSource={RelativeSource TemplatedParent}, Converter={StaticResource Fluent.Ribbon.Converters.BoolToVisibilityConverter}}">
<Button.Margin>
Expand Down

0 comments on commit 91ace9f

Please sign in to comment.