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.
66 xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
77 xmlns : sys =" clr-namespace:System;assembly=mscorlib"
88 >
9- <!-- Define default hight and width. -->
9+ <!-- Define default height and width. -->
1010 <sys : Double x : Key =" StickyNoteDefaultIconWidth" >40.0</sys : Double >
1111 <sys : Double x : Key =" ResourceId=StickyNoteDefaultIconHeight" >30.0</sys : Double >
1212 <!--
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ This is the full default StickyNote Style definition.
66 xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
77 xmlns : sys =" clr-namespace:System;assembly=mscorlib"
88 >
9- <!-- Define default hight and width. -->
9+ <!-- Define default height and width. -->
1010 <sys : Double x : Key =" StickyNoteDefaultIconWidth" >40.0</sys : Double >
1111 <sys : Double x : Key =" ResourceId=StickyNoteDefaultIconHeight" >30.0</sys : Double >
1212 <!--
You can’t perform that action at this time.
0 commit comments