File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 6060 <StreamGeometry x : Key =" Icons.Loading" >M512 0C233 0 7 223 0 500C6 258 190 64 416 64c230 0 416 200 416 448c0 53 43 96 96 96s96-43 96-96c0-283-229-512-512-512zm0 1023c279 0 505-223 512-500c-6 242-190 436-416 436c-230 0-416-200-416-448c0-53-43-96-96-96s-96 43-96 96c0 283 229 512 512 512z</StreamGeometry >
6161 <StreamGeometry x : Key =" Icons.Local" >M976 0h-928A48 48 0 000 48v652a48 48 0 0048 48h416V928H200a48 48 0 000 96h624a48 48 0 000-96H560v-180h416a48 48 0 0048-48V48A48 48 0 00976 0zM928 652H96V96h832v556z</StreamGeometry >
6262 <StreamGeometry x : Key =" Icons.Lock" >M832 464h-68V240a128 128 0 00-128-128h-248a128 128 0 00-128 128v224H192c-18 0-32 14-32 32v384c0 18 14 32 32 32h640c18 0 32-14 32-32v-384c0-18-14-32-32-32zm-292 237v53a8 8 0 01-8 8h-40a8 8 0 01-8-8v-53a48 48 0 1156 0zm152-237H332V240a56 56 0 0156-56h248a56 56 0 0156 56v224z</StreamGeometry >
63- <StreamGeometry x : Key =" Icons.MacOS.Close" >M851 755q0 23-16 39l-78 78q-16 16-39 16t-39-16l-168-168-168 168q-16 16-39 16t-39-16l-78-78q-16-16-16-39t16-39l168-168-168-168q-16-16-16-39t16-39l78-78q16-16 39-16t39 16l168 168 168-168q16-16 39-16t39 16l78 78q16 16 16 39t-16 39l-168 168 168 168q16 16 16 39z </StreamGeometry >
63+ <StreamGeometry x : Key =" Icons.MacOS.Close" >M887 774 625 511l263-260c11-11 11-28 0-39l-75-75c-5-5-12-8-20-8-7 0-14 3-20 8L512 396 250 137c-5-5-12-8-20-8-7 0-14 3-20 8L136 212c-11 11-11 28 0 39l263 260L137 774c-5 5-8 12-8 20 0 7 3 14 8 20l75 75c5 5 12 8 20 8 7 0 14-3 20-8L512 626l261 262c5 5 12 8 20 8 7 0 14-3 20-8l75-75c5-5 8-12 8-20C895 786 892 779 887 774z </StreamGeometry >
6464 <StreamGeometry x : Key =" Icons.MacOS.Minimize" >M1024 750v110c0 50-41 91-91 91h-841A92 92 0 010 859v-110C0 699 41 658 91 658h841c50 0 91 41 91 91z</StreamGeometry >
6565 <StreamGeometry x : Key =" Icons.MacOS.Maximize" >M0 4 0 20 16 20 0 4M4 0 20 0 20 16 4 0z</StreamGeometry >
6666 <StreamGeometry x : Key =" Icons.Menu" >M192 192m-64 0a64 64 0 1 0 128 0 64 64 0 1 0-128 0ZM192 512m-64 0a64 64 0 1 0 128 0 64 64 0 1 0-128 0ZM192 832m-64 0a64 64 0 1 0 128 0 64 64 0 1 0-128 0ZM864 160H352c-17.7 0-32 14.3-32 32s14.3 32 32 32h512c17.7 0 32-14.3 32-32s-14.3-32-32-32zM864 480H352c-17.7 0-32 14.3-32 32s14.3 32 32 32h512c17.7 0 32-14.3 32-32s-14.3-32-32-32zM864 800H352c-17.7 0-32 14.3-32 32s14.3 32 32 32h512c17.7 0 32-14.3 32-32s-14.3-32-32-32z</StreamGeometry >
Original file line number Diff line number Diff line change 22 xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
33 xmlns : d =" http://schemas.microsoft.com/expression/blend/2008"
44 xmlns : mc =" http://schemas.openxmlformats.org/markup-compatibility/2006"
5- xmlns : v =" using:SourceGit.Views"
6- xmlns : m =" using:SourceGit.Models"
7- xmlns : vm =" using:SourceGit.ViewModels"
85 mc : Ignorable =" d" d : DesignWidth =" 800" d : DesignHeight =" 450"
96 x : Class =" SourceGit.Views.CaptionButtonsMacOS" >
107 <Grid Classes =" caption_button_box" >
118 <StackPanel Orientation =" Horizontal" >
129 <Button Classes =" caption_button_macos" Click =" CloseWindow" Margin =" 10,0,0,0" >
1310 <Grid >
1411 <Ellipse Fill =" {DynamicResource Brush.MacOS.Close}" />
15- <Path Height =" 6" Width =" 6" Stretch =" Fill" Fill =" #404040 " Stroke = " #404040 " StrokeThickness = " 1 " Data =" {StaticResource Icons.Window .Close}" />
12+ <Path Height =" 6" Width =" 6" Stretch =" Fill" Fill =" #505050 " Data =" {StaticResource Icons.MacOS .Close}" />
1613 </Grid >
1714 </Button >
1815 <Button Classes =" caption_button_macos" Click =" MinimizeWindow" >
You can’t perform that action at this time.
0 commit comments