Change resize-mode of ModestAttachmentsView so all attachments
authorAlberto Garcia <agarcia@igalia.com>
Wed, 28 Nov 2007 11:12:34 +0000 (11:12 +0000)
committerAlberto Garcia <agarcia@igalia.com>
Wed, 28 Nov 2007 11:12:34 +0000 (11:12 +0000)
are visible
Fixes NB#77277

pmo-trunk-r3834

src/widgets/modest-attachments-view.c

index f16d572..d2d4b2a 100644 (file)
@@ -93,7 +93,7 @@ GtkWidget*
 modest_attachments_view_new (TnyMsg *msg)
 {
        ModestAttachmentsView *self = g_object_new (MODEST_TYPE_ATTACHMENTS_VIEW, 
 modest_attachments_view_new (TnyMsg *msg)
 {
        ModestAttachmentsView *self = g_object_new (MODEST_TYPE_ATTACHMENTS_VIEW, 
-                                                   "resize-mode", GTK_RESIZE_QUEUE,
+                                                   "resize-mode", GTK_RESIZE_PARENT,
                                                    NULL);
 
        modest_attachments_view_set_message (self, msg);
                                                    NULL);
 
        modest_attachments_view_set_message (self, msg);