Skip to content

Commit

Permalink
Fixed Corner Radius Issue with InkToolbar Custom Tool Button (#6724)
Browse files Browse the repository at this point in the history
* Fixed Corner Radius Issue for InkToolbarCustomToolButton

* Added LineSpace

* Fixed Spacing

Co-authored-by: Hassaan Masood <hassaan.masood@afiniti.com>
  • Loading branch information
hassaanmasood and Hassaan Masood authored Feb 28, 2022
1 parent 9ee7712 commit 4aeae13
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dev/CommonStyles/InkToolbar_themeresources.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -1509,8 +1509,9 @@
<Grid x:Name="RootElement"
Background="{TemplateBinding Background}"
Width="{StaticResource InkToolbarButtonWidth}"
Height="{StaticResource InkToolbarButtonHeight}">

Height="{StaticResource InkToolbarButtonHeight}"
contract7Present:CornerRadius="{TemplateBinding CornerRadius}" >

<VisualStateManager.VisualStateGroups>
<VisualStateGroup x:Name="CommonStates">
<VisualState x:Name="Normal" />
Expand Down

0 comments on commit 4aeae13

Please sign in to comment.