[pulseaudio-commits] 2 commits - src/pavucontrol.glade

Colin Guthrie colin at kemper.freedesktop.org
Wed Jul 27 15:37:38 PDT 2011


 src/pavucontrol.glade |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

New commits:
commit e317d381469daf51681301b9b9539afffc293b46
Author: Colin Guthrie <colin at mageia.org>
Date:   Wed Jul 27 19:03:51 2011 +0100

    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.

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>

commit 2aaf33200af35671d8096938ed0a9905fe072653
Author: Colin Guthrie <colin at mageia.org>
Date:   Wed Jul 27 17:18:08 2011 +0100

    Fix GTK Warnings under GTK3 due to combo box sizes

diff --git a/src/pavucontrol.glade b/src/pavucontrol.glade
index 2e7afe8..04725c3 100644
--- a/src/pavucontrol.glade
+++ b/src/pavucontrol.glade
@@ -611,7 +611,7 @@
                             </child>
                           </object>
                           <packing>
-                            <property name="expand">False</property>
+                            <property name="expand">True</property>
                             <property name="fill">True</property>
                             <property name="position">1</property>
                           </packing>
@@ -725,7 +725,7 @@
                             </child>
                           </object>
                           <packing>
-                            <property name="expand">False</property>
+                            <property name="expand">True</property>
                             <property name="fill">True</property>
                             <property name="position">1</property>
                           </packing>
@@ -844,7 +844,7 @@
                             </child>
                           </object>
                           <packing>
-                            <property name="expand">False</property>
+                            <property name="expand">True</property>
                             <property name="fill">True</property>
                             <property name="position">1</property>
                           </packing>
@@ -964,7 +964,7 @@
                             </child>
                           </object>
                           <packing>
-                            <property name="expand">False</property>
+                            <property name="expand">True</property>
                             <property name="fill">True</property>
                             <property name="position">1</property>
                           </packing>



More information about the pulseaudio-commits mailing list