We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca2e738 commit aa95567Copy full SHA for aa95567
docs/snippets/csharp/VS_Snippets_VSSDK/startpagedte/cs/startpage/startpage.xaml
@@ -22,7 +22,7 @@
22
<Grid.ColumnDefinitions>
23
<!-- Left Hand Column -->
24
<!-- This column is just wide enough to fit the Command Buttons and Start Page Options.
25
- The Recent Project area is constrained to the width of the Commmand Buttons. -->
+ The Recent Project area is constrained to the width of the Command Buttons. -->
26
<ColumnDefinition MinWidth="{Binding ElementName=commandButtonsGrid, Path=ActualWidth}" Width="3*" MaxWidth="330" />
27
<!-- Gutter -->
28
<ColumnDefinition Width="6"/>
0 commit comments