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 @@
Margin="4" Margin="4"
Grid.Row="2"> Grid.Row="2">
<Button <Button
Margin="2, 0"
Content="_Add" Content="_Add"
IsDefault="True" IsDefault="True"
Command="{Binding Path=AddMvcViewCommand}"/> Command="{Binding Path=AddMvcViewCommand}"/>
<Button <Button
Margin="2, 0"
Content="_Cancel" Content="_Cancel"
IsCancel="True"/> IsCancel="True"/>
</StackPanel> </StackPanel>

Loading…
Cancel
Save