On Mon, 2013-12-09 at 20:49 +1100, Chris Angelico wrote: > On Mon, Dec 9, 2013 at 7:45 PM, Max Linke <max_li...@gmx.de> wrote: > > Thanks that fixed it. So far Gtk looks nice and easier then I > > expected :) > > I quite like GTK, too. Most of my GUI work is in Pike, which is > semantically similar to Python (which I think is what you're using?).
Yup I'm using python > Unfortunately the attachment got stripped. My suspicion is that, > somewhere along the way, you're packing the ScrolledWindow into your > window, via some other layout manager. It's likely that all you have > to do is add a pack option to expand in the vertical direction, or > possibly packing some other object such that it does _not_ expand. Can > you cut your XML file down to small enough to include in-line? pack option was the right hint. I just saw that the expanding option is hidden there in glade. After setting expand to yes for the ScrolledWindow everything works like I expect it to. Thanks for the quick help _______________________________________________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list