]> Pileus Git - ~andy/gtk/commitdiff
Reduce row spacing in about dialog credits
authorJon McCann <jmccann@redhat.com>
Wed, 21 Mar 2012 19:41:51 +0000 (15:41 -0400)
committerJon McCann <jmccann@redhat.com>
Thu, 22 Mar 2012 17:07:35 +0000 (13:07 -0400)
https://bugzilla.gnome.org/show_bug.cgi?id=672587

gtk/gtkaboutdialog.c

index c5f685251e6e3fa4ed332631308d46e4f3f4b956..67945b675d5d4e9ea5759ff0fd53b6d9e6151298 100644 (file)
@@ -2388,7 +2388,7 @@ create_credits_page (GtkAboutDialog *about)
   gtk_container_set_border_width (GTK_CONTAINER (grid), 5);
   gtk_orientable_set_orientation (GTK_ORIENTABLE (grid), GTK_ORIENTATION_VERTICAL);
   gtk_grid_set_column_spacing (GTK_GRID (grid), 8);
-  gtk_grid_set_row_spacing (GTK_GRID (grid), 12);
+  gtk_grid_set_row_spacing (GTK_GRID (grid), 2);
   gtk_widget_set_halign (grid, GTK_ALIGN_CENTER);
   gtk_widget_set_valign (grid, GTK_ALIGN_START);
   gtk_scrolled_window_add_with_viewport (GTK_SCROLLED_WINDOW (sw), grid);