[gimp] app: move the image thumbnail bottom-left in the window icon



commit 917a63d189c232572a9a1a3ec20636f855ed51dc
Author: Michael Natterer <mitch gimp org>
Date:   Mon Oct 26 02:13:22 2015 +0100

    app: move the image thumbnail bottom-left in the window icon
    
    the wilber is already to-right, it just needs better images for this
    purpose.

 app/display/gimpdisplayshell-icon.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/app/display/gimpdisplayshell-icon.c b/app/display/gimpdisplayshell-icon.c
index d749019..3baa0c5 100644
--- a/app/display/gimpdisplayshell-icon.c
+++ b/app/display/gimpdisplayshell-icon.c
@@ -115,8 +115,7 @@ gimp_display_shell_icon_update_idle (gpointer data)
 
       gdk_pixbuf_copy_area (pixbuf, 0, 0, width, height,
                             icon,
-                            (shell->icon_size - width)  / 2,
-                            (shell->icon_size - height) / 2);
+                            0, shell->icon_size - height);
 
       pixbuf = gimp_widget_load_icon (GTK_WIDGET (shell), "gimp-wilber",
                                       shell->icon_size_small);


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