summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Guthrie <colin@mageia.org>2011-07-27 19:03:51 +0100
committerColin Guthrie <colin@mageia.org>2011-07-27 23:35:20 +0100
commite317d381469daf51681301b9b9539afffc293b46 (patch)
treeb670bf3b9a2959c9e8321f24b318be531b7662e6
parent2aaf33200af35671d8096938ed0a9905fe072653 (diff)
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.
-rw-r--r--src/pavucontrol.glade8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/pavucontrol.glade b/src/pavucontrol.glade
index 04725c3..c8b5a02 100644
--- a/src/pavucontrol.glade
+++ b/src/pavucontrol.glade
@@ -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>