Skip to content

Commit 1de0cd3

Browse files
authored
fix(controls): fix ContentDialog multiline text rendering issue (#1611)
1 parent a0efc73 commit 1de0cd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Wpf.Ui/Controls/ContentDialog/ContentDialog.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
BorderThickness="{TemplateBinding BorderThickness}"
4747
CornerRadius="{TemplateBinding Border.CornerRadius}"
4848
Focusable="False"
49+
VerticalAlignment="Center"
4950
Opacity="1">
5051
<Border.Effect>
5152
<DropShadowEffect

0 commit comments

Comments
 (0)