Skip to content

Commit

Permalink
hmm
Browse files Browse the repository at this point in the history
  • Loading branch information
tensei committed Apr 13, 2017
1 parent 4e2d2ae commit 3e5fb03
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions GbfRaidfinder/Views/UpdateDialog.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,7 @@
<TextBlock Text="Click to open Github" FontSize="18" ></TextBlock>
</Hyperlink>
</TextBlock>
<Button Margin="5,3" Grid.Row="2" Command="materialDesign:DialogHost.CloseDialogCommand" Content="Close">
<Button.CommandParameter>
<system:Boolean>True</system:Boolean>
</Button.CommandParameter>
</Button>
<Button Margin="5,3" Grid.Row="2" Command="materialDesign:DialogHost.CloseDialogCommand" Content="Close"/>

</Grid>
</UserControl>

0 comments on commit 3e5fb03

Please sign in to comment.