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

src/hildon2/modest-easysetup-wizard-dialog.c

index 030df27..e554c8f 100644 (file)
@@ -1213,7 +1213,7 @@ modest_easysetup_wizard_dialog_init (ModestEasysetupWizardDialog *self)
        /* Create the notebook to be used by the ModestWizardDialog base class:
         * Each page of the notebook will be a page of the wizard: */
        GtkNotebook *notebook = GTK_NOTEBOOK (gtk_notebook_new());
-       gtk_widget_set_size_request (GTK_WIDGET (notebook), DIALOG_WIDTH, -1);
+       gtk_widget_set_size_request (GTK_WIDGET (notebook), -1, MODEST_DIALOG_WINDOW_MAX_HEIGHT);
        
        /* Set the notebook used by the ModestWizardDialog base class: */
        g_object_set (G_OBJECT(self), "wizard-notebook", notebook, NULL);