Set default margin of password dialog.
authorJose Dapena Paz <jdapena@igalia.com>
Tue, 17 Feb 2009 12:19:31 +0000 (12:19 +0000)
committerJose Dapena Paz <jdapena@igalia.com>
Tue, 17 Feb 2009 12:19:31 +0000 (12:19 +0000)
pmo-trunk-r7511

src/modest-ui-actions.c

index 772ad87..019df84 100644 (file)
@@ -3843,6 +3843,8 @@ modest_ui_actions_on_password_requested (TnyAccountStore *account_store,
                                             _HL("wdgt_bd_done"),
                                             GTK_RESPONSE_ACCEPT,
                                             NULL);
+       gtk_container_set_border_width (GTK_CONTAINER (GTK_DIALOG (dialog)->vbox), 
+                                       HILDON_MARGIN_DOUBLE);
 #else
        GtkWidget *dialog =
                gtk_dialog_new_with_buttons (_("mail_ti_password_protected"),