* src/maemo/modest-signature-editor-dialog.c:
authorJose Dapena Paz <jdapena@igalia.com>
Mon, 3 Mar 2008 07:39:26 +0000 (07:39 +0000)
committerJose Dapena Paz <jdapena@igalia.com>
Mon, 3 Mar 2008 07:39:26 +0000 (07:39 +0000)
* Set a fixed width for signature dialog (fixes NB#80914).

pmo-trunk-r4260

src/maemo/modest-signature-editor-dialog.c

index 7585743..c0a2614 100644 (file)
@@ -168,6 +168,7 @@ modest_signature_editor_dialog_init (ModestSignatureEditorDialog *self)
        gtk_dialog_add_button (GTK_DIALOG (self), _("mcen_bd_dialog_cancel"), GTK_RESPONSE_CANCEL);
        
        gtk_widget_show (box);
+       gtk_widget_set_size_request (GTK_WIDGET (self), 480, -1);
        
        /* When this window is shown, hibernation should not be possible, 
         * because there is no sensible way to save the state: */