[gthumb] align the thumbnail to the top



commit 85574be1b45f1009bb64bef27610dbd983210e11
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Fri Oct 21 14:12:38 2011 +0200

    align the thumbnail to the top

 gthumb/gth-icon-view.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gthumb/gth-icon-view.c b/gthumb/gth-icon-view.c
index 06fda9b..6d4fb4b 100644
--- a/gthumb/gth-icon-view.c
+++ b/gthumb/gth-icon-view.c
@@ -333,7 +333,7 @@ gth_icon_view_update_attributes (GthFileView     *self,
 {
 	g_object_set (thumbnail_renderer,
 		      "size", thumb_size,
-		      "yalign", 1.0,
+		      "yalign", 0.0,
 		      NULL);
 	g_object_set (text_renderer,
 		      "yalign", 0.0,



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