Skip to content

Commit

Permalink
Merge pull request #52 from VNNCC/master
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
Dirkster99 authored Jul 17, 2019
2 parents 1b818e8 + 2e79d5e commit 8dae438
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
Color="#20000000" options:Freeze="true" />
<SolidColorBrush x:Key="{x:Static reskeys:ResourceKeys.DockingButtonForegroundBrushKey}"
Color="{DynamicResource {x:Static reskeys:ResourceKeys.ControlAccentColorKey}}" options:Freeze="true" />
<SolidColorBrush x:Key="{x:Static reskeys:ResourceKeys.DockingButtonForegroundArrowBrusKey}"
<SolidColorBrush x:Key="{x:Static reskeys:ResourceKeys.DockingButtonForegroundArrowBrushKey}"
Color="Black" options:Freeze="true" />


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
Color="#20000000" options:Freeze="true" />
<SolidColorBrush x:Key="{x:Static reskeys:ResourceKeys.DockingButtonForegroundBrushKey}"
Color="{DynamicResource {x:Static reskeys:ResourceKeys.ControlAccentColorKey}}" options:Freeze="true" />
<SolidColorBrush x:Key="{x:Static reskeys:ResourceKeys.DockingButtonForegroundArrowBrusKey}"
<SolidColorBrush x:Key="{x:Static reskeys:ResourceKeys.DockingButtonForegroundArrowBrushKey}"
Color="White" options:Freeze="true" />


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
Color="#20000000" options:Freeze="true" />
<SolidColorBrush x:Key="{x:Static reskeys:ResourceKeys.DockingButtonForegroundBrushKey}"
Color="{DynamicResource {x:Static reskeys:ResourceKeys.ControlAccentColorKey}}" options:Freeze="true" />
<SolidColorBrush x:Key="{x:Static reskeys:ResourceKeys.DockingButtonForegroundArrowBrusKey}"
<SolidColorBrush x:Key="{x:Static reskeys:ResourceKeys.DockingButtonForegroundArrowBrushKey}"
Color="Black" options:Freeze="true" />


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<DrawingBrush.Drawing>
<DrawingGroup>
<DrawingGroup.Children>
<GeometryDrawing Brush="{DynamicResource {x:Static reskeys:ResourceKeys.DockingButtonForegroundArrowBrusKey}}"
<GeometryDrawing Brush="{DynamicResource {x:Static reskeys:ResourceKeys.DockingButtonForegroundArrowBrushKey}}"
Geometry="F1M1,15L8,1 15,15z" />
</DrawingGroup.Children>
</DrawingGroup>
Expand Down Expand Up @@ -92,7 +92,7 @@
<DrawingBrush.Drawing>
<DrawingGroup>
<DrawingGroup.Children>
<GeometryDrawing Brush="{DynamicResource {x:Static reskeys:ResourceKeys.DockingButtonForegroundArrowBrusKey}}"
<GeometryDrawing Brush="{DynamicResource {x:Static reskeys:ResourceKeys.DockingButtonForegroundArrowBrushKey}}"
Geometry="F1M1,15L8,1 15,15z" />
</DrawingGroup.Children>
</DrawingGroup>
Expand Down Expand Up @@ -135,7 +135,7 @@
<DrawingBrush.Drawing>
<DrawingGroup>
<DrawingGroup.Children>
<GeometryDrawing Brush="{DynamicResource {x:Static reskeys:ResourceKeys.DockingButtonForegroundArrowBrusKey}}"
<GeometryDrawing Brush="{DynamicResource {x:Static reskeys:ResourceKeys.DockingButtonForegroundArrowBrushKey}}"
Geometry="F1M1,15L8,1 15,15z" />
</DrawingGroup.Children>
</DrawingGroup>
Expand Down Expand Up @@ -181,7 +181,7 @@
<DrawingBrush.Drawing>
<DrawingGroup>
<DrawingGroup.Children>
<GeometryDrawing Brush="{DynamicResource {x:Static reskeys:ResourceKeys.DockingButtonForegroundArrowBrusKey}}"
<GeometryDrawing Brush="{DynamicResource {x:Static reskeys:ResourceKeys.DockingButtonForegroundArrowBrushKey}}"
Geometry="F1M1,15L8,1 15,15z" />
</DrawingGroup.Children>
</DrawingGroup>
Expand Down Expand Up @@ -340,7 +340,7 @@
<DrawingBrush.Drawing>
<DrawingGroup>
<DrawingGroup.Children>
<GeometryDrawing Brush="{DynamicResource {x:Static reskeys:ResourceKeys.DockingButtonForegroundArrowBrusKey}}"
<GeometryDrawing Brush="{DynamicResource {x:Static reskeys:ResourceKeys.DockingButtonForegroundArrowBrushKey}}"
Geometry="F1M1,15L8,1 15,15z" />
</DrawingGroup.Children>
</DrawingGroup>
Expand Down Expand Up @@ -385,7 +385,7 @@
<DrawingBrush.Drawing>
<DrawingGroup>
<DrawingGroup.Children>
<GeometryDrawing Brush="{DynamicResource {x:Static reskeys:ResourceKeys.DockingButtonForegroundArrowBrusKey}}"
<GeometryDrawing Brush="{DynamicResource {x:Static reskeys:ResourceKeys.DockingButtonForegroundArrowBrushKey}}"
Geometry="F1M1,15L8,1 15,15z" />
</DrawingGroup.Children>
</DrawingGroup>
Expand Down Expand Up @@ -431,7 +431,7 @@
<DrawingBrush.Drawing>
<DrawingGroup>
<DrawingGroup.Children>
<GeometryDrawing Brush="{DynamicResource {x:Static reskeys:ResourceKeys.DockingButtonForegroundArrowBrusKey}}"
<GeometryDrawing Brush="{DynamicResource {x:Static reskeys:ResourceKeys.DockingButtonForegroundArrowBrushKey}}"
Geometry="F1M1,15L8,1 15,15z" />
</DrawingGroup.Children>
</DrawingGroup>
Expand Down Expand Up @@ -476,7 +476,7 @@
<DrawingBrush.Drawing>
<DrawingGroup>
<DrawingGroup.Children>
<GeometryDrawing Brush="{DynamicResource {x:Static reskeys:ResourceKeys.DockingButtonForegroundArrowBrusKey}}"
<GeometryDrawing Brush="{DynamicResource {x:Static reskeys:ResourceKeys.DockingButtonForegroundArrowBrushKey}}"
Geometry="F1M1,15L8,1 15,15z" />
</DrawingGroup.Children>
</DrawingGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ public static class ResourceKeys

public static readonly ComponentResourceKey DockingButtonBackgroundBrushKey = new ComponentResourceKey(typeof(ResourceKeys), "DockingButtonBackgroundBrushKey");
public static readonly ComponentResourceKey DockingButtonForegroundBrushKey = new ComponentResourceKey(typeof(ResourceKeys), "DockingButtonForegroundBrushKey");
public static readonly ComponentResourceKey DockingButtonForegroundArrowBrusKey = new ComponentResourceKey(typeof(ResourceKeys), "DockingButtonForegroundArrowBrusKey");
public static readonly ComponentResourceKey DockingButtonForegroundArrowBrushKey = new ComponentResourceKey(typeof(ResourceKeys), "DockingButtonForegroundArrowBrushKey");

public static readonly ComponentResourceKey DockingButtonStarBorderBrushKey = new ComponentResourceKey(typeof(ResourceKeys), "DockingButtonStarBorderBrushKey");
public static readonly ComponentResourceKey DockingButtonStarBackgroundBrushKey = new ComponentResourceKey(typeof(ResourceKeys), "DockingButtonStarBackgroundBrushKey");
Expand Down

0 comments on commit 8dae438

Please sign in to comment.