diff --git a/Chapters/ch08-moving-the-furniture.xml b/Chapters/ch08-moving-the-furniture.xml
index d2c0364..44f6b01 100644
--- a/Chapters/ch08-moving-the-furniture.xml
+++ b/Chapters/ch08-moving-the-furniture.xml
@@ -127,7 +127,7 @@ toolbar%!16 = main%!16 : REM Visible Area Y1
In practice, this specific instance does not matter too much: we’re still using visible area for aligning the
In practice, this specific instance does not matter too much: we’re still using visible area for aligning the
Before we call main%!52 - main%!44
), then add on the width of the main window outline (main_outline%!12 - main_outline%!4
) less the width of its visible area (main%!12 - main%!4)
). This gives us the required horizontal extent.
One thing to note is that we haven’t had to change the band along the top of the work area of the main window, which allows for the area obscured by the bar. Even though the toolbar has pushed the main window’s vertical scroll bar down, the work area still extends up behind the child window in the same way that it did before.
+One thing to note is that we haven’t had to change the band along the top of the work area of the main window, which allows for the area obscured by the bar. Even though the toolbar has pushed the main window’s vertical scroll bar down, the work area still extends up behind the child window in the same way that it did before. All that has changed is that the vertical scroll bar no longer extends across the full height of the window’s visible area.
The complete application can be found in