diff options
author | Travis Reitter <treitter@gmail.com> | 2010-03-24 10:29:16 -0700 |
---|---|---|
committer | Travis Reitter <treitter@gmail.com> | 2010-03-24 10:29:16 -0700 |
commit | 4eb6eb2634f170ac8dc8c44bf6293d05f5b80733 (patch) | |
tree | 34325dbd1fabbfb61be8b28848b022e9219010fe /src/empathy-accounts-dialog.c | |
parent | 8644b710942ce2358ee2345ceb6bf35326dab26b (diff) | |
download | empathy-4eb6eb2634f170ac8dc8c44bf6293d05f5b80733.tar.gz |
Another way to fix Gnome bug #613272. This puts the Advanced expander content for each of the problem protocols in a scrolled window, instead of the entire Details section.
Diffstat (limited to 'src/empathy-accounts-dialog.c')
-rw-r--r-- | src/empathy-accounts-dialog.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/empathy-accounts-dialog.c b/src/empathy-accounts-dialog.c index 8b91d7b57..8e85a3653 100644 --- a/src/empathy-accounts-dialog.c +++ b/src/empathy-accounts-dialog.c @@ -2066,9 +2066,7 @@ accounts_dialog_build_ui (EmpathyAccountsDialog *dialog) gtk_window_set_title (GTK_WINDOW (dialog), _("Messaging and VoIP Accounts")); gtk_window_set_role (GTK_WINDOW (dialog), "accounts"); - /* this suggested height is so that it doesn't display the vertical scroll bar - * in the right scrolled window unless it really needs to */ - gtk_window_set_default_size (GTK_WINDOW (dialog), 780, 400); + gtk_window_set_default_size (GTK_WINDOW (dialog), 640, -1); gtk_window_set_type_hint (GTK_WINDOW (dialog), GDK_WINDOW_TYPE_HINT_DIALOG); |