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
  • Loading branch information
eugenegff committed Oct 12, 2021
1 parent 7901c26 commit 02921b8
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 02921b8

Please sign in to comment.