Re: Layout problems when getting widgets from glade file



Double-check all of the packing and sizing options in the glade file against
the corresponding ones in your all-perl version; i noticed at least a few
differences in a cursory glance.  The boxes have spacing 5 in your code, 0
in glade; the button was expand=FALSE, fill=TRUE in code but expand=TRUE,
fill=TRUE in glade, etc.  In fact, the expand is a likely culprit.

I thought I must have changed the glade file after attaching it to my
original email but when i vi the original one - downloading it from my
first email - (with_glade.glade), the packing for the button is:

    <packing>
      <property name="padding">0</property>
      <property name="expand">False</property>
      <property name="fill">False</property>
    </packing>

Is this the setting you're talking about?



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]