File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
csharp/VS_Snippets_Wpf/IntroToWPFSnippets/CSharp
visualbasic/VS_Snippets_Wpf/IntroToWPFSnippets/VisualBasic Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ This is the full default StickyNote Style definition.
6
6
xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
7
7
xmlns : sys =" clr-namespace:System;assembly=mscorlib"
8
8
>
9
- <!-- Define default hight and width. -->
9
+ <!-- Define default height and width. -->
10
10
<sys : Double x : Key =" StickyNoteDefaultIconWidth" >40.0</sys : Double >
11
11
<sys : Double x : Key =" ResourceId=StickyNoteDefaultIconHeight" >30.0</sys : Double >
12
12
<!--
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ This is the full default StickyNote Style definition.
6
6
xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
7
7
xmlns : sys =" clr-namespace:System;assembly=mscorlib"
8
8
>
9
- <!-- Define default hight and width. -->
9
+ <!-- Define default height and width. -->
10
10
<sys : Double x : Key =" StickyNoteDefaultIconWidth" >40.0</sys : Double >
11
11
<sys : Double x : Key =" ResourceId=StickyNoteDefaultIconHeight" >30.0</sys : Double >
12
12
<!--
You can’t perform that action at this time.
0 commit comments