Set conn specific smtp dialog label width
authorJose Dapena Paz <jdapena@igalia.com>
Tue, 17 Feb 2009 12:20:30 +0000 (12:20 +0000)
committerJose Dapena Paz <jdapena@igalia.com>
Tue, 17 Feb 2009 12:20:30 +0000 (12:20 +0000)
pmo-trunk-r7527

src/hildon2/modest-connection-specific-smtp-window.c

index b6b5c98..7c8dd71 100644 (file)
@@ -397,7 +397,7 @@ modest_connection_specific_smtp_window_init (ModestConnectionSpecificSmtpWindow
        /* The documentation for gtk_label_set_line_wrap() says that we must 
         * call gtk_widget_set_size_request() with a hard-coded width, 
         * though I wonder why gtk_label_set_max_width_chars() isn't enough. */
-       /* gtk_widget_set_size_request (label, 400, -1); */
+       gtk_widget_set_size_request (label, 600, -1);
        gtk_widget_show (label);
        gtk_box_pack_start (GTK_BOX (vbox), label, FALSE, FALSE, MODEST_MARGIN_HALF);