Skip to content

Commit

Permalink
#64 minor
Browse files Browse the repository at this point in the history
  • Loading branch information
tym32167 committed Dec 3, 2016
1 parent 1dffc6b commit 489a7fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<StackPanel Orientation="Vertical" Grid.Column="1" Grid.Row="1" HorizontalAlignment="Left" Margin="5">
<Button Content="Init" Command="{Binding InitCommand}" Height="40" Width="120"></Button>
<Button Content="Reassgn" Command="{Binding ReassignCommand}" Height="40" Width="120"></Button>
<Button Content="Reassign" Command="{Binding ReassignCommand}" Height="40" Width="120"></Button>
<Button Content="Load bans" Command="{Binding LoadBansCommand}" Height="40" Width="120"></Button>
<Button Content="Load scripts" Command="{Binding LoadScriptsCommand}" Height="40" Width="120"></Button>
<Button Content="Load events" Command="{Binding LoadEventsCommand}" Height="40" Width="120"></Button>
Expand Down

0 comments on commit 489a7fd

Please sign in to comment.