Skip to content

Commit

Permalink
Fixed alignment issues with buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
pekempy committed Nov 1, 2018
1 parent 17b376b commit 5bbeb40
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions EditGames.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,9 @@
<Button
Grid.Row="50"
Grid.Column="0"
Margin="10,0,0,10"
HorizontalAlignment="Left"
Width="140"
Margin="10 10 0 5"
HorizontalAlignment="Center"
VerticalAlignment="Bottom"
Click="ClearGenreSelection_OnClick"
Command="{x:Static materialDesign:DialogHost.CloseDialogCommand}"
Expand All @@ -203,8 +204,9 @@
<Button
Grid.Row="50"
Grid.Column="2"
Margin="0,0,10,10"
HorizontalAlignment="Right"
Width="140"
Margin="0 10 10 5"
HorizontalAlignment="Center"
VerticalAlignment="Bottom"
Click="EditGenre_OnClick"
Command="{x:Static materialDesign:DialogHost.CloseDialogCommand}"
Expand Down

0 comments on commit 5bbeb40

Please sign in to comment.