mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-01-15 09:20:36 -06:00
correct gray shade
This commit is contained in:
parent
cb39802674
commit
37129c3333
@ -77,7 +77,7 @@ C 21.36,47.14 28.67,50.71 30.01,52.63
|
|||||||
"@
|
"@
|
||||||
$LogoPath3 = New-Object Windows.Shapes.Path
|
$LogoPath3 = New-Object Windows.Shapes.Path
|
||||||
$LogoPath3.Data = [Windows.Media.Geometry]::Parse($LogoPathData3)
|
$LogoPath3.Data = [Windows.Media.Geometry]::Parse($LogoPathData3)
|
||||||
$LogoPath3.Fill = [Windows.Media.Brushes]::Gray
|
$LogoPath3.Fill = [System.Windows.Media.BrushConverter]::new().ConvertFromString("#a3a4a6")
|
||||||
|
|
||||||
$canvas.Children.Add($LogoPath1) | Out-Null
|
$canvas.Children.Add($LogoPath1) | Out-Null
|
||||||
$canvas.Children.Add($LogoPath2) | Out-Null
|
$canvas.Children.Add($LogoPath2) | Out-Null
|
||||||
|
Loading…
Reference in New Issue
Block a user