Set default height for signature dialog.
authorJose Dapena Paz <jdapena@igalia.com>
Tue, 17 Feb 2009 12:20:08 +0000 (12:20 +0000)
committerJose Dapena Paz <jdapena@igalia.com>
Tue, 17 Feb 2009 12:20:08 +0000 (12:20 +0000)
pmo-trunk-r7521

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

index 2226b3b..7a8ee60 100644 (file)
@@ -164,7 +164,7 @@ modest_signature_editor_dialog_init (ModestSignatureEditorDialog *self)
        gtk_dialog_add_button (GTK_DIALOG (self), _HL("wdgt_bd_save"), GTK_RESPONSE_OK);
        
        gtk_widget_show (box);
-       gtk_widget_set_size_request (GTK_WIDGET (self), -1, 320);
+       gtk_widget_set_size_request (GTK_WIDGET (self), -1, MODEST_DIALOG_WINDOW_MAX_HEIGHT);
        
        /* When this window is shown, hibernation should not be possible, 
         * because there is no sensible way to save the state: */