From: Jose Dapena Paz Date: Tue, 17 Feb 2009 12:19:57 +0000 (+0000) Subject: Set default height of account view window. X-Git-Tag: git_migration_finished~571 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=8f6c752f597e4c3551d8d6edde11aeb453af7034;ds=sidebyside Set default height of account view window. pmo-trunk-r7518 --- diff --git a/src/hildon2/modest-account-view-window.c b/src/hildon2/modest-account-view-window.c index 71382f8..682e506 100644 --- a/src/hildon2/modest-account-view-window.c +++ b/src/hildon2/modest-account-view-window.c @@ -292,7 +292,7 @@ modest_account_view_window_init (ModestAccountViewWindow *self) /* Specify a default size */ - gtk_window_set_default_size (GTK_WINDOW (self), -1, 320); + gtk_window_set_default_size (GTK_WINDOW (self), -1, MODEST_DIALOG_WINDOW_MAX_HEIGHT); /* This seems to be necessary to make the window show at the front with decoration. * If we use property type=GTK_WINDOW_TOPLEVEL instead of the default GTK_WINDOW_POPUP+decoration,