[gnome-control-center] online-accounts: Increase the height of the "Add Account" dialog



commit 52a3f0a99e9a8ee3a4c52576fce646402a609917
Author: Debarshi Ray <debarshir gnome org>
Date:   Mon Sep 2 18:53:50 2013 +0200

    online-accounts: Increase the height of the "Add Account" dialog
    
    ... to accommodate the list of Chat providers.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=707285

 .../cc-online-accounts-add-account-dialog.c        |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/panels/online-accounts/cc-online-accounts-add-account-dialog.c 
b/panels/online-accounts/cc-online-accounts-add-account-dialog.c
index d2eeb7e..12abbff 100644
--- a/panels/online-accounts/cc-online-accounts-add-account-dialog.c
+++ b/panels/online-accounts/cc-online-accounts-add-account-dialog.c
@@ -250,7 +250,7 @@ goa_panel_add_account_dialog_realize (GtkWidget *widget)
       gint height;
 
       gtk_window_get_size (parent, &width, &height);
-      gtk_widget_set_size_request (GTK_WIDGET (add_account), (gint) (0.5 * width), (gint) (0.9 * height));
+      gtk_widget_set_size_request (GTK_WIDGET (add_account), (gint) (0.5 * width), (gint) (1.25 * height));
     }
 
   GTK_WIDGET_CLASS (goa_panel_add_account_dialog_parent_class)->realize (widget);


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