Skip to content

Commit

Permalink
Merge pull request #342 from a-tk-by/issue_341
Browse files Browse the repository at this point in the history
Add acccess key support for button templates
  • Loading branch information
SKProCH authored Jan 19, 2024
2 parents 94232a7 + 1bc7070 commit baf0ce6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Material.Styles/Resources/Themes/Button.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
Content="{TemplateBinding Content}"
ContentTemplate="{TemplateBinding ContentTemplate}"
Padding="{TemplateBinding Padding}"
RecognizesAccessKey="True"
HorizontalContentAlignment="{TemplateBinding HorizontalContentAlignment}"
VerticalContentAlignment="{TemplateBinding VerticalContentAlignment}" />
</ripple:RippleEffect>
Expand Down

0 comments on commit baf0ce6

Please sign in to comment.