[gthumb] removed the frame from the thumbnail list



commit e6a1bbe444cfe199f199fdd79e1a2d58bdf24cc4
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Mon Dec 8 18:24:29 2014 +0100

    removed the frame from the thumbnail list
    
    it is not needed with the dark theme

 gthumb/gth-file-list.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/gthumb/gth-file-list.c b/gthumb/gth-file-list.c
index a93a264..c11416b 100644
--- a/gthumb/gth-file-list.c
+++ b/gthumb/gth-file-list.c
@@ -636,7 +636,6 @@ gth_file_list_construct (GthFileList     *file_list,
        /* the file view */
 
        file_list->priv->scrolled_window = gtk_scrolled_window_new (NULL, NULL);
-       gtk_scrolled_window_set_shadow_type (GTK_SCROLLED_WINDOW (file_list->priv->scrolled_window), 
GTK_SHADOW_ETCHED_IN);
 
        file_list->priv->vadj = gtk_scrolled_window_get_vadjustment (GTK_SCROLLED_WINDOW 
(file_list->priv->scrolled_window));
        g_signal_connect (G_OBJECT (file_list->priv->vadj),


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