netcanv: add one more sentence explaining the sequence of instructions behind the UI

This commit is contained in:
りき萌 2025-08-31 12:59:30 +02:00
parent ce04cbdc92
commit 431c3cd6a7

View file

@ -488,6 +488,8 @@ Try the following sequence of instructions:
1. Pop
1. Pop
That's how you lay out two rectangles next to each other.
At any given moment, there is a stack of active rectangles.
Each rectangle has either a horizontal or a vertical layout (→ or ↓ in the visualisation), which determines the direction in which elements are laid out inside it.