Skip to content

Commit 68edd3c

Browse files
committed
Change default VerticalAlignment in ComboBox
1 parent d3a49c2 commit 68edd3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MaterialDesignThemes.Wpf/Themes/MaterialDesignTheme.ComboBox.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@
675675
<Setter Property="VerticalContentAlignment" Value="Top" />
676676
<Setter Property="HorizontalContentAlignment" Value="Stretch"/>
677677
<Setter Property="HorizontalAlignment" Value="Stretch"/>
678-
<Setter Property="VerticalAlignment" Value="Top"/>
678+
<Setter Property="VerticalAlignment" Value="Center"/>
679679
<Setter Property="ScrollViewer.CanContentScroll" Value="true" />
680680
<Setter Property="ScrollViewer.PanningMode" Value="Both" />
681681
<Setter Property="Stylus.IsFlicksEnabled" Value="False" />

0 commit comments

Comments
 (0)