mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-23 20:47:25 -08:00
style<Window>: macOS caption button color
This commit is contained in:
parent
04d8e5d476
commit
ef82525323
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
<Button Classes="caption_button_macos" Click="CloseWindow" Margin="10,0,0,0">
|
||||
<Grid>
|
||||
<Ellipse Fill="{DynamicResource Brush.MacOS.Close}"/>
|
||||
<Path Height="7" Width="7" Stretch="Fill" Fill="#404040" Data="{StaticResource Icons.MacOS.Close}"/>
|
||||
<Path Height="7" Width="7" Stretch="Fill" Fill="#804040" Data="{StaticResource Icons.MacOS.Close}"/>
|
||||
</Grid>
|
||||
</Button>
|
||||
<Button Classes="caption_button_macos" Click="MinimizeWindow">
|
||||
|
|
Loading…
Reference in a new issue