From df61e5a67be97c700885994fcf3da0349551519d Mon Sep 17 00:00:00 2001 From: Kunal Shah <37922021+Kunal22shah@users.noreply.github.com> Date: Thu, 14 Nov 2024 10:36:35 -0500 Subject: [PATCH] fix: MaterialOutlinedComboBox content shift (#1502) --- .../Styles/Controls/v2/ComboBox.xaml | 42 +++++++++++-------- 1 file changed, 24 insertions(+), 18 deletions(-) diff --git a/src/library/Uno.Material/Styles/Controls/v2/ComboBox.xaml b/src/library/Uno.Material/Styles/Controls/v2/ComboBox.xaml index 33a68bc6f..a59c8407c 100644 --- a/src/library/Uno.Material/Styles/Controls/v2/ComboBox.xaml +++ b/src/library/Uno.Material/Styles/Controls/v2/ComboBox.xaml @@ -460,12 +460,7 @@ - + @@ -479,7 +474,7 @@ - + @@ -490,7 +485,7 @@ - + @@ -501,7 +496,7 @@ - + @@ -517,8 +512,8 @@ - - + + @@ -530,8 +525,8 @@ - - + + @@ -546,8 +541,8 @@ - - + + @@ -567,8 +562,8 @@ - - + + @@ -587,7 +582,9 @@ + Padding="{TemplateBinding Padding}" + Background="{TemplateBinding Background}" + CornerRadius="{ThemeResource ComboBoxCornerRadius}"> + + +