Skip to content

Commit

Permalink
Changes layout of quiz setup screen buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliusSweetland committed Oct 18, 2016
1 parent e3b83f5 commit d6ac922
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/JuliusSweetland.OptiKids/UI/Views/MainView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
</controls:TextBlockScaler>
</Button.Content>
</Button>
<Button Grid.Row="5" Grid.Column="0"
<Button Grid.Row="4" Grid.Column="0" Margin="20"
HorizontalAlignment="Right"
VerticalAlignment="Stretch"
HorizontalContentAlignment="Center"
Expand All @@ -172,7 +172,7 @@
</controls:TextBlockScaler>
</Button.Content>
</Button>
<Button Grid.Row="5" Grid.Column="3"
<Button Grid.Row="4" Grid.Column="3" Margin="20"
HorizontalAlignment="Left"
VerticalAlignment="Stretch"
HorizontalContentAlignment="Center"
Expand Down

0 comments on commit d6ac922

Please sign in to comment.