]> git.0d.be Git - empathy.git/commitdiff
accounts-dialog: set a column spacing for the GtkInfoBar grid
authorCosimo Cecchi <cosimoc@gnome.org>
Tue, 20 Mar 2012 23:00:16 +0000 (19:00 -0400)
committerCosimo Cecchi <cosimoc@gnome.org>
Wed, 21 Mar 2012 15:55:06 +0000 (11:55 -0400)
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

src/empathy-accounts-dialog.c

index ec40ef3cb5088711c30d423229e04e675d5e3d52..e0e68fa025c79ab808163219fc7057045743e71b 100644 (file)
@@ -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))),