Changeset 1278
- Timestamp:
- 11/29/06 02:26:29
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libtinymailui-mozembed/tny-moz-embed-msg-view.c
r1277 r1278 79 79 retval = tny_moz_embed_html_mime_part_view_new (); 80 80 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); 84 83 85 84 } else
