Skip to content

Commit

Permalink
Fix for jumping chevron on touch hovering/pressing when SplitButton i…
Browse files Browse the repository at this point in the history
…s inside CommandBar (#6087)
  • Loading branch information
eugenegff authored Oct 26, 2021
1 parent 8d856a3 commit f8616d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/SplitButton/SplitButton_themeresources.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@
VerticalContentAlignment="Stretch"
HorizontalAlignment="Stretch"
VerticalAlignment="Stretch"
Padding="2,0,7,0"
Padding="2,0,8,0"
IsTabStop="False"
AutomationProperties.AccessibilityView="Raw">
<Button.Content>
Expand All @@ -391,7 +391,7 @@
Text="&#xE972;"
VerticalAlignment="Center"
Padding="2,1,2,0"
HorizontalAlignment="Left"
HorizontalAlignment="Right"
IsTextScaleFactorEnabled="False"
AutomationProperties.AccessibilityView="Raw"/>
</Button.Content>
Expand Down

0 comments on commit f8616d4

Please sign in to comment.