At line 116 in the readme you say "Note that the Separator Widget is by default 1x1 pixels in size. This allows us to expand it in the vertical direction as well as horizontal." However, you later create another separator at line 166 like this Fl_Box sep2(0, 0, 10, 1). Do the separators have to be 1x1 boxes in order to expand properly?
At line 116 in the readme you say "Note that the Separator Widget is by default 1x1 pixels in size. This allows us to expand it in the vertical direction as well as horizontal." However, you later create another separator at line 166 like this
Fl_Box sep2(0, 0, 10, 1). Do the separators have to be 1x1 boxes in order to expand properly?