aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2012-03-21 07:00:16 +0800
committerCosimo Cecchi <cosimoc@gnome.org>2012-03-21 23:55:06 +0800
commitb9a7bc3c27fe1421d8d2cc5fffad259336692ae0 (patch)
treebc886699a6f95ef778699ab8d04d470cab0dc390
parentf7dbe93e8270f92795c3079c0b9fcf55082924df (diff)
downloadgsoc2013-empathy-b9a7bc3c27fe1421d8d2cc5fffad259336692ae0.tar
gsoc2013-empathy-b9a7bc3c27fe1421d8d2cc5fffad259336692ae0.tar.gz
gsoc2013-empathy-b9a7bc3c27fe1421d8d2cc5fffad259336692ae0.tar.bz2
gsoc2013-empathy-b9a7bc3c27fe1421d8d2cc5fffad259336692ae0.tar.lz
gsoc2013-empathy-b9a7bc3c27fe1421d8d2cc5fffad259336692ae0.tar.xz
gsoc2013-empathy-b9a7bc3c27fe1421d8d2cc5fffad259336692ae0.tar.zst
gsoc2013-empathy-b9a7bc3c27fe1421d8d2cc5fffad259336692ae0.zip
accounts-dialog: set a column spacing for the GtkInfoBar grid
So that the banner is not packed even when the window is at its minimum size. https://bugzilla.gnome.org/show_bug.cgi?id=672504
-rw-r--r--src/empathy-accounts-dialog.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/empathy-accounts-dialog.c b/src/empathy-accounts-dialog.c
index ec40ef3cb..e0e68fa02 100644
--- a/src/empathy-accounts-dialog.c
+++ b/src/empathy-accounts-dialog.c
@@ -2465,6 +2465,7 @@ accounts_dialog_build_ui (EmpathyAccountsDialog *dialog)
gtk_widget_show (priv->infobar);
grid = gtk_grid_new ();
+ gtk_grid_set_column_spacing (GTK_GRID (grid), 6);
gtk_container_add (
GTK_CONTAINER (gtk_info_bar_get_content_area (
GTK_INFO_BAR (priv->infobar))),