[glabels] Changed packing style for media select widget



commit 08f8cffbc138c302c502b08c4464462d19532bcf
Author: Jim Evins <evins snaught com>
Date:   Sun Apr 4 14:09:27 2010 -0400

    Changed packing style for media select widget
    
    Changed packing style for media select widget so that it will expand
    both horizontally and vertically with new label dialog.

 data/builder/media-select.builder     |    6 ++----
 data/builder/new-label-dialog.builder |    2 --
 2 files changed, 2 insertions(+), 6 deletions(-)
---
diff --git a/data/builder/media-select.builder b/data/builder/media-select.builder
index 567648b..f64c6f3 100644
--- a/data/builder/media-select.builder
+++ b/data/builder/media-select.builder
@@ -331,8 +331,6 @@
             </child>
           </object>
           <packing>
-            <property name="expand">False</property>
-            <property name="fill">False</property>
             <property name="position">0</property>
           </packing>
         </child>
@@ -341,9 +339,9 @@
   </object>
   <object class="GtkSizeGroup" id="custom_buttons_sizegroup">
     <widgets>
-      <widget name="custom_add_button"/>
-      <widget name="custom_edit_button"/>
       <widget name="custom_delete_button"/>
+      <widget name="custom_edit_button"/>
+      <widget name="custom_add_button"/>
     </widgets>
   </object>
 </interface>
diff --git a/data/builder/new-label-dialog.builder b/data/builder/new-label-dialog.builder
index 2f4d70b..3e7db73 100644
--- a/data/builder/new-label-dialog.builder
+++ b/data/builder/new-label-dialog.builder
@@ -38,8 +38,6 @@
                     </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]