[gtk+] Reduce row spacing in about dialog credits
- From: William Jon McCann <mccann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Reduce row spacing in about dialog credits
- Date: Thu, 22 Mar 2012 17:08:10 +0000 (UTC)
commit 50a4fa53239604269cc487fe199e262f47eb399e
Author: Jon McCann <jmccann redhat com>
Date: Wed Mar 21 15:41:51 2012 -0400
Reduce row spacing in about dialog credits
https://bugzilla.gnome.org/show_bug.cgi?id=672587
gtk/gtkaboutdialog.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkaboutdialog.c b/gtk/gtkaboutdialog.c
index c5f6852..67945b6 100644
--- a/gtk/gtkaboutdialog.c
+++ b/gtk/gtkaboutdialog.c
@@ -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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]