You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Touchy has no scrolling, so its window minimum is the sum of every
child's request with nothing bounding it to the screen: the default
Sans 18 font alone wants ~1280x830 (off a 1024x768 display), and
reloading the tool table has been reported to double the height off
screen with no way back.
Wrap the content in a GtkScrolledWindow and bound the window to the
monitor work area via a max-size geometry hint. The scroller's
min-content is set to the natural size capped to the work area, so the
window opens at its natural size and only scrolls the overflow. On a
display large enough nothing scrolls and behaviour is unchanged.
0 commit comments