Browse Source

Add space between Add and Cancel buttons on Add MVC View dialog.

pull/18/head
Matt Ward 14 years ago
parent
commit
27cbd5f148
  1. 2
      src/AddIns/BackendBindings/AspNet.Mvc/Project/Src/AddMvcViewToProjectView.xaml

2
src/AddIns/BackendBindings/AspNet.Mvc/Project/Src/AddMvcViewToProjectView.xaml

@ -45,10 +45,12 @@ @@ -45,10 +45,12 @@
Margin="4"
Grid.Row="2">
<Button
Margin="2, 0"
Content="_Add"
IsDefault="True"
Command="{Binding Path=AddMvcViewCommand}"/>
<Button
Margin="2, 0"
Content="_Cancel"
IsCancel="True"/>
</StackPanel>

Loading…
Cancel
Save