summaryrefslogtreecommitdiff
path: root/panels/online-accounts/cc-online-accounts-add-account-dialog.c
diff options
context:
space:
mode:
authorDebarshi Ray <debarshir@gnome.org>2013-09-02 18:53:50 +0200
committerDebarshi Ray <debarshir@gnome.org>2013-09-03 13:27:38 +0200
commit52a3f0a99e9a8ee3a4c52576fce646402a609917 (patch)
treeaf95f62465508e1a55d00d7686da896092129736 /panels/online-accounts/cc-online-accounts-add-account-dialog.c
parentbb68d8e165757e39a814cfa495e849c5a3245dec (diff)
downloadgnome-control-center-52a3f0a99e9a8ee3a4c52576fce646402a609917.tar.gz
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
Diffstat (limited to 'panels/online-accounts/cc-online-accounts-add-account-dialog.c')
-rw-r--r--panels/online-accounts/cc-online-accounts-add-account-dialog.c2
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 d2eeb7e2e..12abbff10 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);