From f8616d47fae7dcb50c72a71736689354e856f9f2 Mon Sep 17 00:00:00 2001 From: Eugene Golushkov <34012295+eugenegff@users.noreply.github.com> Date: Tue, 26 Oct 2021 20:02:18 +0300 Subject: [PATCH] Fix for jumping chevron on touch hovering/pressing when SplitButton is inside CommandBar (#6087) --- dev/SplitButton/SplitButton_themeresources.xaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/SplitButton/SplitButton_themeresources.xaml b/dev/SplitButton/SplitButton_themeresources.xaml index e99a320792..9d18b49424 100755 --- a/dev/SplitButton/SplitButton_themeresources.xaml +++ b/dev/SplitButton/SplitButton_themeresources.xaml @@ -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"> @@ -391,7 +391,7 @@ Text="" VerticalAlignment="Center" Padding="2,1,2,0" - HorizontalAlignment="Left" + HorizontalAlignment="Right" IsTextScaleFactorEnabled="False" AutomationProperties.AccessibilityView="Raw"/>