GNOME Bugzilla – Bug 659632
details-layout: tweak grid column/row spacing
Last modified: 2011-09-21 14:06:25 UTC
See attached patch
Created attachment 197103 [details] [review] details-layout: tweak grid column/row spacing The contacts grid looks quite tight currently. I believe the spacings in the DetailsLayout GtkGrid are wrong, maybe due to this [1] change that swapped those properties in GTK+ some time ago? Anyway, I find this patch makes things a bit better, so I am attaching it here. [1] http://git.gnome.org/browse/gtk+/commit/gtk/gtkgrid.c?id=d717a2dcfc8603561f8a0f78982244e8b8fd9006
Created attachment 197130 [details] [review] Fix GtkGrid spacing GtkGrid swapped behaviour with set_column_spacing and set_row_spacing, this updates our use of these to the new behaviour.
There are more places that needed fixing, attached an updated patch.
Attachment 197130 [details] pushed as 6723106 - Fix GtkGrid spacing