[gnome-control-center/wip/jsparber/background: 36/58] [fix] add space around clock icon



commit 93387d0c33ca5abda1448ad2a9333ed8b880916a
Author: Julian Sparber <julian sparber net>
Date:   Wed Nov 8 20:26:56 2017 +0100

    [fix] add space around clock icon

 panels/background/cc-background-panel.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/panels/background/cc-background-panel.c b/panels/background/cc-background-panel.c
index ff6d3c9..42ecd85 100644
--- a/panels/background/cc-background-panel.c
+++ b/panels/background/cc-background-panel.c
@@ -635,8 +635,8 @@ add_slideshow_emblem (GdkPixbuf *pixbuf,
       ew = gdk_pixbuf_get_width (slideshow_emblem);
       h = gdk_pixbuf_get_height (pixbuf);
       w = gdk_pixbuf_get_width (pixbuf);
-      x = w - ew;
-      y = h - eh;
+      x = w - ew - 5;
+      y = h - eh - 5;
 
       gdk_pixbuf_composite (slideshow_emblem, pixbuf, x, y, ew, eh, x, y, 1.0, 1.0, GDK_INTERP_BILINEAR, 
255);
     }


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