Skip to content

Commit

Permalink
Makes "restart after install" text stand out more
Browse files Browse the repository at this point in the history
  • Loading branch information
BjAlvestad committed Jun 6, 2019
1 parent 70e9270 commit ed9c7d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SensorVehicle-main/Application/Views/InfoPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<Button Content="Click here to download simulator" FontSize="32" FontWeight="ExtraBold" Margin="0,50"
Click="{x:Bind ViewModel.OpenSimulatorDownloadPage}" />
<TextBlock Text="The button above will launch the Microsoft Store page from which the simulator may be installed." />
<TextBlock Text="This application (SensorVehicle Main) must be restarted after the simulator has been installed." FontWeight="Bold" />
<TextBlock Text="This application (SensorVehicle Main) must be restarted after the simulator has been installed." FontWeight="Bold" Foreground="Red" FontSize="16" />
</StackPanel>
</StackPanel>
</Grid>
Expand Down

0 comments on commit ed9c7d6

Please sign in to comment.