GNOME Bugzilla – Bug 440168
spacing in vertical collection not ideal
Last modified: 2007-06-21 22:51:04 UTC
The bug has been opened on https://bugs.launchpad.net/ubuntu/+source/eog/+bug/111767 "Binary package hint: eog The new image pane leaves too much dead space between images, when placed vertically. Leaving less space would look better and allow for keeping track of more images in the same space. Please see attached screenshot and mockup. http://librarian.launchpad.net/7514537/screenshot.tar.bz2 screenshot and mockup ..."
Hmm, it appears as if GtkIconView is ignoring the row_spacing setting (which we set to 0 already) in vertical display mode, as setting it to 1000 shows no effect (while column_spacing does).
(In reply to comment #1) > Hmm, it appears as if GtkIconView is ignoring the row_spacing setting (which we > set to 0 already) in vertical display mode, as setting it to 1000 shows no > effect (while column_spacing does). > Uhm, no that was just because the row_spacing was reset to 0 later from EogWindow.
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report. 2007-06-22 Lucas Rocha <lucasr@gnome.org> Use the same thumbnail frame than nautilus. Fixes bug #441138. Change alignment in thumbnail pane to make it work better on vertical and horizontal orientations. Fixes bug #440168. * src/eog-thumbnail.[ch] (eog_thumbnail_add_frame, eog_thumbnail_fit_to_size): added functions to add shadow frame and thumbnail resizing. * src/eog-thumb-view.c (eog_thumb_view_init): changed the pixbuf cell renderer to make improve the aligment among thumbnails. * src/eog-plugin-engine.c, src/eog-application.c, src/eog-window.c, src/eog-dialog.c, src/Makefile.am: renamed EOG_DATADIR and EOG_PLUGINDIR to EOG_DATA_DIR and EOG_PLUGIN_DIR respectively. * configure.ac, data/Makefile, data/pixmaps/*: added new pixmap for thumbnail frame. * src/eog-thumb-shadow.[ch]: removed.