Changeset 1278

Show
Ignore:
Timestamp:
11/29/06 02:26:29
Author:
pvanhoof
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libtinymailui-mozembed/tny-moz-embed-msg-view.c

    r1277 r1278  
    7979                retval = tny_moz_embed_html_mime_part_view_new (); 
    8080 
    81                 gtk_widget_set_usize(GTK_WIDGET (retval),  
    82                         widget->allocation.width>11?widget->allocation.width-10:1,  
    83                         widget->allocation.height>11?widget->allocation.height-10:1); 
     81                gtk_widget_set_usize (GTK_WIDGET (retval),  
     82                        widget->allocation.width>11?widget->allocation.width-10:1, 2500); 
    8483 
    8584        } else