diff --git a/src/Ursa.Themes.Semi/Controls/Dialog.axaml b/src/Ursa.Themes.Semi/Controls/Dialog.axaml index 1dcf7cb..0e3f58f 100644 --- a/src/Ursa.Themes.Semi/Controls/Dialog.axaml +++ b/src/Ursa.Themes.Semi/Controls/Dialog.axaml @@ -1,16 +1,16 @@  + xmlns:helpers="clr-namespace:Irihi.Avalonia.Shared.Helpers;assembly=Irihi.Avalonia.Shared" + xmlns:u="https://irihi.tech/ursa"> - - + + @@ -26,20 +26,22 @@ Padding="0" HorizontalAlignment="{TemplateBinding HorizontalAlignment}" VerticalAlignment="{TemplateBinding VerticalAlignment}" + Background="{DynamicResource SemiColorBackground2}" Classes="Shadow" ClipToBounds="False" - Background="{DynamicResource SemiColorBackground2}" CornerRadius="{TemplateBinding CornerRadius}" Focusable="True" IsHitTestVisible="True" Theme="{DynamicResource CardBorder}"> - + HorizontalScrollBarVisibility="Auto" + VerticalScrollBarVisibility="Auto"> + + - + @@ -75,9 +77,7 @@ - + @@ -91,9 +91,7 @@ CommandParameter="{x:Static u:DialogLayerChangeType.BringForward}" Header="{DynamicResource STRING_MENU_BRING_FORWARD}"> - + - + - + - + - + @@ -139,8 +129,8 @@ - - + + @@ -155,9 +145,9 @@ Padding="0" HorizontalAlignment="{TemplateBinding HorizontalAlignment}" VerticalAlignment="{TemplateBinding VerticalAlignment}" + Background="{DynamicResource SemiColorBackground2}" BoxShadow="0 0 8 0 #1A000000" Classes="Shadow" - Background="{DynamicResource SemiColorBackground2}" ClipToBounds="False" CornerRadius="{TemplateBinding CornerRadius}" Focusable="True" @@ -165,7 +155,10 @@ Theme="{DynamicResource CardBorder}"> - + + VerticalAlignment="Center" + Classes="ExtraLarge" + Theme="{StaticResource InnerPathIcon}" /> -