Skip to content

Commit

Permalink
Fixes #1116
Browse files Browse the repository at this point in the history
  • Loading branch information
batzen committed Mar 21, 2023
1 parent 41c01ab commit 79972c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
- [#1103](../../issues/1103) - Backstage.IsOpen is not bindable (thanks @cbra-caa)
- [#1114](../../issues/1114) - Fix combobox can't open dropdown when the editable textbox of it has the focus (thanks @orrindeng)
- [#1115](../../issues/1115) - Update Russian translation (thanks @Blueberryy)
- [#1116](../../issues/1116) - Accessibility: Ribbon Display Options are read as "DropDown Button"

- ### Enhancements/Features

Expand Down
1 change: 1 addition & 0 deletions Fluent.Ribbon/Themes/Controls/RibbonTabControl.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
<Setter Property="ResizeMode" Value="None" />
<Setter Property="Template" Value="{DynamicResource Fluent.Ribbon.Templates.RibbonTabControl.DisplayOptionsButton}" />
<Setter Property="Width" Value="22" />
<Setter Property="Uid" Value="{Binding Source={x:Static Fluent:RibbonLocalization.Current}, Path=Localization.DisplayOptionsButtonScreenTipTitle, Mode=OneWay}" />
</Style>

<ControlTemplate x:Key="Fluent.Ribbon.Templates.MenuItem.HeaderOnly"
Expand Down

0 comments on commit 79972c3

Please sign in to comment.