From: Jose Dapena Paz Date: Mon, 20 Oct 2008 10:46:17 +0000 (+0000) Subject: * Change the default accounts view dialog, to allow cancelling pressing X-Git-Tag: git_migration_finished~1138 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=a588a7c8d674282d264542e1e989577b1df787e0 * Change the default accounts view dialog, to allow cancelling pressing outside the dialog. pmo-trunk-r6107 --- diff --git a/src/hildon2/modest-account-view-window.c b/src/hildon2/modest-account-view-window.c index 060f324..45c498c 100644 --- a/src/hildon2/modest-account-view-window.c +++ b/src/hildon2/modest-account-view-window.c @@ -452,7 +452,7 @@ window_vbox_new (ModestAccountViewWindow *self) /* Only force the height, the width of the widget will depend on the size of the column titles */ - gtk_widget_set_size_request (GTK_WIDGET(priv->account_view), -1, 400); + gtk_widget_set_size_request (GTK_WIDGET(priv->account_view), -1, 320); gtk_widget_show (GTK_WIDGET (priv->account_view)); GtkTreeSelection *sel = gtk_tree_view_get_selection (GTK_TREE_VIEW(priv->account_view));