Skip to content

Commit f0f5fdc

Browse files
authored
Fixed PopUpBox VerticalContentAlignment (#3864)
1 parent 0ed85d0 commit f0f5fdc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/MaterialDesignThemes.Wpf/Themes/MaterialDesignTheme.PopupBox.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
<Setter Property="PopupHorizontalOffset" Value="0" />
8181
<Setter Property="PopupUniformCornerRadius" Value="2" />
8282
<Setter Property="PopupVerticalOffset" Value="0" />
83+
<Setter Property="VerticalContentAlignment" Value="Center" />
8384
<Setter Property="Template">
8485
<Setter.Value>
8586
<ControlTemplate TargetType="{x:Type wpf:PopupBox}">

0 commit comments

Comments
 (0)