* Change the default accounts view dialog, to allow cancelling pressing
authorJose Dapena Paz <jdapena@igalia.com>
Mon, 20 Oct 2008 10:46:17 +0000 (10:46 +0000)
committerJose Dapena Paz <jdapena@igalia.com>
Mon, 20 Oct 2008 10:46:17 +0000 (10:46 +0000)
  outside the dialog.

pmo-trunk-r6107

src/hildon2/modest-account-view-window.c

index 060f324..45c498c 100644 (file)
@@ -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 */
 
        /* 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));
        gtk_widget_show (GTK_WIDGET (priv->account_view));
 
        GtkTreeSelection *sel = gtk_tree_view_get_selection (GTK_TREE_VIEW(priv->account_view));