Skip to content

Commit

Permalink
Correct the second instance of visible area.
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-fryatt committed Jan 9, 2023
1 parent b54c18c commit 063d2e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Chapters/ch08-moving-the-furniture.xml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ bar_height% = toolbar%!16 - toolbar%!8 : REM Visible Area Y1 - Y0
REM Move the toolbar pane so that it's in the correct X and Y position
REM relative to where the main window is to go.

toolbar%!4 = main_outline%!4 : REM Visible Area X0
toolbar%!4 = main%!4 : REM Visible Area X0
toolbar%!8 = main%!16 - bar_height% : REM Visible Area Y0
toolbar%!12 = main_outline%!12 : REM Visible Area X1
toolbar%!16 = main%!16 : REM Visible Area Y1
Expand Down

0 comments on commit 063d2e0

Please sign in to comment.