On Friday 13 December 2013 08:10, Josef Wolf wrote:
There seems to be still one problem, though: When the root window is resized, the size of the scrolled-frame is not adopted. :expand t :fill :both don't seem to have an effect. The scrolled-frame seems to have a maximum size. Increasing this with the :height and :wide options don't seem to have an effect.
Here's the current code:
[...]
(pack root :side :top) (pack branches :side :top :expand t :fill :both)
Can you add :expand t :fill :both to the outer frame too?