Skip to content

Commit 563baa4

Browse files
authored
Merge pull request #162 from yaichenbaum/master
Added round corners to error page
2 parents b50367e + d2dbc9d commit 563baa4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Files UWP/UnhandledExceptionDisplay.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
<TextBlock IsTextSelectionEnabled="True" Padding="24,0,0,0" TextWrapping="Wrap" FontSize="18" Name="ErrorInfo"/>
2727
<TextBlock FontSize="24" Text="What now?" FontWeight="SemiBold"/>
2828
<StackPanel Spacing="24" Orientation="Horizontal">
29-
<Button Width="200" Content="Close App to Try Again" HorizontalAlignment="Left" Click="Button_Click"/>
30-
<Button Width="200" Content="Report Issue to Developer" Click="Button_Click_1"/>
29+
<Button Width="200" Content="Close App to Try Again" CornerRadius="2" HorizontalAlignment="Left" Click="Button_Click"/>
30+
<Button Width="200" Content="Report Issue to Developer" CornerRadius="2" Click="Button_Click_1"/>
3131
</StackPanel>
3232
</StackPanel>
3333

0 commit comments

Comments
 (0)