Skip to content

Commit

Permalink
Set login button to default
Browse files Browse the repository at this point in the history
  • Loading branch information
Stickymaddness committed Sep 13, 2014
1 parent 7e99a54 commit 89becb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Procurement/View/LoginView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<ColumnDefinition Width="228*" />
</Grid.ColumnDefinitions>

<Button Grid.Column="0" Name="LoginButton" Width="85" Height="28" HorizontalAlignment="Left" Click="Login_Click">
<Button Grid.Column="0" Name="LoginButton" Width="85" Height="28" HorizontalAlignment="Left" Click="Login_Click" IsDefault="True">
<Image>
<Image.Style>
<Style TargetType="{x:Type Image}">
Expand Down

0 comments on commit 89becb2

Please sign in to comment.