diff --git a/src/Semi.Avalonia/Controls/WindowDrawnDecorations.axaml b/src/Semi.Avalonia/Controls/WindowDrawnDecorations.axaml index 8b0ed6f..820fec8 100644 --- a/src/Semi.Avalonia/Controls/WindowDrawnDecorations.axaml +++ b/src/Semi.Avalonia/Controls/WindowDrawnDecorations.axaml @@ -8,7 +8,7 @@ - + + Foreground="{TemplateBinding Foreground}"> + + + + + + @@ -36,7 +44,7 @@ - + @@ -44,16 +52,17 @@ + BoxShadow="{DynamicResource WindowBorderShadow}" /> - @@ -61,10 +70,10 @@ - + - - + Content="{StaticResource WindowExpandGlyph}" + WindowDecorationProperties.ElementRole="FullScreenButton" /> + Content="{StaticResource WindowMinimizeGlyph}" + WindowDecorationProperties.ElementRole="MinimizeButton" /> + Content="{StaticResource WindowMaximizeGlyph}" + WindowDecorationProperties.ElementRole="MaximizeButton" /> + Content="{StaticResource WindowCloseIconGlyph}" + WindowDecorationProperties.ElementRole="CloseButton" /> - + + Content="{StaticResource WindowCollapseGlyph}" + WindowDecorationProperties.ElementRole="FullScreenButton" /> +