]> git.sur5r.net Git - glabels/commitdiff
Make sure merge source is shown.
authorJim Evins <evins@snaught.com>
Mon, 15 Nov 2010 03:24:14 +0000 (22:24 -0500)
committerJim Evins <evins@snaught.com>
Mon, 15 Nov 2010 03:24:14 +0000 (22:24 -0500)
data/ui/merge-properties-dialog.ui
src/merge-properties-dialog.c

index 40609895f072438d5d95a78fa43c2a6e8fac8ade..78a947bf8729beeb5c6576b208dddd14a6dee908 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0"?>
 <interface>
   <requires lib="gtk+" version="2.16"/>
   <!-- interface-naming-policy toplevel-contextual -->
@@ -11,6 +11,7 @@
           <object class="GtkVBox" id="vbox1">
             <property name="visible">True</property>
             <property name="border_width">3</property>
+            <property name="orientation">vertical</property>
             <property name="spacing">6</property>
             <child>
               <object class="GtkFrame" id="frame1">
@@ -97,7 +98,6 @@
               </object>
               <packing>
                 <property name="expand">False</property>
-                <property name="fill">True</property>
                 <property name="position">0</property>
               </packing>
             </child>
                     <child>
                       <object class="GtkVBox" id="vbox3">
                         <property name="visible">True</property>
+                        <property name="orientation">vertical</property>
                         <property name="spacing">6</property>
                         <child>
                           <object class="GtkScrolledWindow" id="scrolledwindow1">
                             </child>
                           </object>
                           <packing>
-                            <property name="expand">True</property>
-                            <property name="fill">True</property>
                             <property name="position">0</property>
                           </packing>
                         </child>
                           </object>
                           <packing>
                             <property name="expand">False</property>
-                            <property name="fill">True</property>
                             <property name="position">1</property>
                           </packing>
                         </child>
                 </child>
               </object>
               <packing>
-                <property name="expand">True</property>
-                <property name="fill">True</property>
                 <property name="position">1</property>
               </packing>
             </child>
           </object>
           <packing>
-            <property name="expand">True</property>
-            <property name="fill">True</property>
             <property name="position">0</property>
           </packing>
         </child>
index 90d93e2a45b38ae45091325b00009418c96068a3..eac35a552531bdfe1be013b39b0098b76d196c52 100644 (file)
@@ -186,6 +186,7 @@ gl_merge_properties_dialog_init (glMergePropertiesDialog *dialog)
 
         dialog->priv->type_combo = gtk_combo_box_text_new ();
         gtk_box_pack_start (GTK_BOX (dialog->priv->type_combo_hbox), dialog->priv->type_combo, TRUE, TRUE, 0);
+       gtk_widget_show_all (GTK_WIDGET (dialog->priv->type_combo));
 
        gl_debug (DEBUG_MERGE, "END");
 }