X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmaemo%2Fmodest-connection-specific-smtp-edit-window.c;h=4eb22e51c54200300a38fb96797e450178f2b329;hp=09f6cf492ac44ddc7b1ecdd76111906c78e90ea6;hb=3c5fd06f6ce5985f441633f18baa58e51df5c144;hpb=147ce908f5f1720d2a589e81bb1bf2163f460cb9 diff --git a/src/maemo/modest-connection-specific-smtp-edit-window.c b/src/maemo/modest-connection-specific-smtp-edit-window.c index 09f6cf4..4eb22e5 100644 --- a/src/maemo/modest-connection-specific-smtp-edit-window.c +++ b/src/maemo/modest-connection-specific-smtp-edit-window.c @@ -112,6 +112,7 @@ modest_connection_specific_smtp_edit_window_init (ModestConnectionSpecificSmtpEd CONNECTION_SPECIFIC_SMTP_EDIT_WINDOW_GET_PRIVATE (self); GtkWidget *box = GTK_DIALOG(self)->vbox; /* gtk_vbox_new (FALSE, MODEST_MARGIN_HALF); */ + gtk_container_set_border_width (GTK_CONTAINER (box), MODEST_MARGIN_HALF); /* Create a size group to be used by all captions. * Note that HildonCaption does not create a default size group if we do not specify one.