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:
parent
2aaf33200a
commit
e317d38146
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue