Hi Patty, I had a problem with moving to smaller screens also. I dealt with it by swapping several instances of gtk.Frame in my program with gtk.Expander, and only showing the widgets that I need at one time.
Karl On 10/19/08, Patty Ackermann <[EMAIL PROTECTED]> wrote: > Hi, > > I created a PyGTK application with a lot of components (I also used Glade). > However, I noticed that it's way too big for smaller screen resolutions > (target: 1024x768). I know the "duh" way is to resize each component, but I > was wondering if there might be some quick way to do it. > > Thanks in advance, > Patty > _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
