[empathy] accounts-dialog: set a column spacing for the GtkInfoBar grid



commit b9a7bc3c27fe1421d8d2cc5fffad259336692ae0
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Tue Mar 20 19:00:16 2012 -0400

    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

 src/empathy-accounts-dialog.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/empathy-accounts-dialog.c b/src/empathy-accounts-dialog.c
index ec40ef3..e0e68fa 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))),



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]