Skip to content
This repository was archived by the owner on Sep 25, 2024. It is now read-only.

Commit 1239217

Browse files
author
Eric Maupin
committed
[Win] Reduce combobox padding to better match
1 parent 8363f28 commit 1239217

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Xamarin.PropertyEditing.Windows/Themes/Resources.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2843,15 +2843,15 @@
28432843
<Setter Property="BorderThickness" Value="1"/>
28442844
<Setter Property="ScrollViewer.HorizontalScrollBarVisibility" Value="Auto"/>
28452845
<Setter Property="ScrollViewer.VerticalScrollBarVisibility" Value="Auto"/>
2846-
<Setter Property="Padding" Value="6,3,5,3"/>
2846+
<Setter Property="Padding" Value="6,2,5,2"/>
28472847
<Setter Property="ScrollViewer.CanContentScroll" Value="true"/>
28482848
<Setter Property="ScrollViewer.PanningMode" Value="Both"/>
28492849
<Setter Property="Stylus.IsFlicksEnabled" Value="False"/>
28502850
<Setter Property="Template" Value="{StaticResource ComboBoxTemplate}"/>
28512851
<Style.Triggers>
28522852
<Trigger Property="IsEditable" Value="true">
28532853
<Setter Property="IsTabStop" Value="false"/>
2854-
<Setter Property="Padding" Value="2"/>
2854+
<Setter Property="Padding" Value="1"/>
28552855
<Setter Property="Template" Value="{StaticResource ComboBoxEditableTemplate}"/>
28562856
</Trigger>
28572857
</Style.Triggers>

0 commit comments

Comments
 (0)