[evolution-data-server] Make the OAuth2 credentials prompt window default size a bit larger



commit fab8d9782a561c2c15bef8fabe625bd174f62664
Author: Milan Crha <mcrha redhat com>
Date:   Mon Mar 4 11:36:31 2019 +0100

    Make the OAuth2 credentials prompt window default size a bit larger
    
    Just large enough to show whole login prompt of the Google server,
    at least as it looks like today. It may not be enough when they improve
    it again, but it still should be better than until this change, because
    the default size showed only a little portion of the web page, especially
    without the "Next" button there, which could be confusing to the users.
    The larger default size of the window may make things better also for
    the other OAuth2 providers.

 src/libedataserverui/e-credentials-prompter-impl-oauth2.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/libedataserverui/e-credentials-prompter-impl-oauth2.c 
b/src/libedataserverui/e-credentials-prompter-impl-oauth2.c
index 6f007f43c..77c745fa0 100644
--- a/src/libedataserverui/e-credentials-prompter-impl-oauth2.c
+++ b/src/libedataserverui/e-credentials-prompter-impl-oauth2.c
@@ -605,7 +605,7 @@ e_credentials_prompter_impl_oauth2_show_dialog (ECredentialsPrompterImplOAuth2 *
                _("_Cancel"), GTK_RESPONSE_CANCEL,
                NULL);
 
-       gtk_window_set_default_size (GTK_WINDOW (dialog), 320, 480);
+       gtk_window_set_default_size (GTK_WINDOW (dialog), 400, 680);
        gtk_widget_set_name (dialog, "oauth2-prompt");
 
        css_provider = gtk_css_provider_new ();


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]