Fix formatting

This commit is contained in:
MikeTheWatchGuy 2018-08-18 16:45:55 -04:00
parent 99ae29cd77
commit 7392e06cea
1 changed files with 2 additions and 0 deletions

View File

@ -228,8 +228,10 @@ That may seem like a lot of code, but try coding this same GUI layout directly i
![everything for tutorial](https://user-images.githubusercontent.com/13696193/44302997-38531b00-a303-11e8-8c45-698ea62590a8.jpg)
The last line of code opens a message box. This is how it looks:
![tutorial results](https://user-images.githubusercontent.com/13696193/44303004-79e3c600-a303-11e8-8311-2f3726d364ad.jpg)
Each parameter to the message box call is displayed on a new line. There are actually 2 lines of text in the message box. The second line is very long and wrapped a number of times
Take a moment and pair up the results values with the GUI to get an understanding of how results are created and returned.