[rygel] ui: Beautification



commit 18444f89bb10cfc9f0257ae106b065f117336392
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Wed Jun 3 19:21:27 2009 +0300

    ui: Beautification
    
    Don't let Folders buttons take more space than they should.
---
 data/rygel-preferences.ui |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/data/rygel-preferences.ui b/data/rygel-preferences.ui
index 177db5c..e6b0e6a 100644
--- a/data/rygel-preferences.ui
+++ b/data/rygel-preferences.ui
@@ -385,6 +385,7 @@
                     <child>
                       <object class="GtkHBox" id="hbox2">
                         <property name="visible">True</property>
+                        <property name="spacing">12</property>
                         <child>
                           <object class="GtkTreeView" id="folders-treeview">
                             <property name="visible">True</property>
@@ -402,6 +403,8 @@
                           <object class="GtkVBox" id="vbox4">
                             <property name="visible">True</property>
                             <property name="orientation">vertical</property>
+                            <property name="spacing">6</property>
+                            <property name="homogeneous">True</property>
                             <child>
                               <object class="GtkButton" id="add-button">
                                 <property name="label" translatable="yes">gtk-add</property>
@@ -445,6 +448,8 @@
                             </child>
                           </object>
                           <packing>
+                            <property name="expand">False</property>
+                            <property name="fill">False</property>
                             <property name="position">1</property>
                           </packing>
                         </child>



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