diff --git a/src/Ursa.Themes.Semi/Controls/MessageBox.axaml b/src/Ursa.Themes.Semi/Controls/MessageBox.axaml index ab043e1..050af3c 100644 --- a/src/Ursa.Themes.Semi/Controls/MessageBox.axaml +++ b/src/Ursa.Themes.Semi/Controls/MessageBox.axaml @@ -3,10 +3,35 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:u="https://irihi.tech/ursa" xmlns:helpers="clr-namespace:Irihi.Avalonia.Shared.Helpers;assembly=Irihi.Avalonia.Shared"> - + + + + + + + + + - + @@ -80,6 +105,7 @@ Name="PART_ContentPresenter" VerticalAlignment="Center" Content="{TemplateBinding Content}" + ContentTemplate="{TemplateBinding ContentTemplate}" TextAlignment="Left" TextWrapping="Wrap" /> @@ -87,20 +113,13 @@ -