summaryrefslogtreecommitdiff
path: root/panels/online-accounts/cc-online-accounts-add-account-dialog.c
diff options
context:
space:
mode:
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);