Fix strange vertical alignment of sinks/source/cards

This only seemed to affect GTK3 and it seems to introduce
a GTK warning relating to 'gtk_widget_size_allocate' similar
to those fixed in the previous commit, but nothing seems to
be the worse for it.
This commit is contained in:
Colin Guthrie 2011-07-27 19:03:51 +01:00
parent 2aaf33200a
commit e317d38146
1 changed files with 4 additions and 4 deletions

View File

@ -108,8 +108,8 @@
</child>
</object>
<packing>
<property name="expand">True</property>
<property name="fill">True</property>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">1</property>
</packing>
</child>
@ -387,8 +387,8 @@
</child>
</object>
<packing>
<property name="expand">True</property>
<property name="fill">True</property>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">1</property>
</packing>
</child>