[Xfce4-commits] <exo:master> Use same thumbnail frame as Thunar.
Nick Schermer
noreply at xfce.org
Sun Dec 23 13:26:01 CET 2012
Updating branch refs/heads/master
to 11e0b9d472b26cd1df0f286f5c4431b146636108 (commit)
from 0120795e22ca0db1e12edc52bccd2cb48da9b88e (commit)
commit 11e0b9d472b26cd1df0f286f5c4431b146636108
Author: Simon Steinbeiß <simon at xfce.org>
Date: Sun Dec 23 13:24:34 2012 +0100
Use same thumbnail frame as Thunar.
exo/exo-thumbnail-preview.c | 2 +-
pixmaps/exo-thumbnail-frame.png | Bin 908 -> 333 bytes
2 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/exo/exo-thumbnail-preview.c b/exo/exo-thumbnail-preview.c
index 797cdf9..79a899b 100644
--- a/exo/exo-thumbnail-preview.c
+++ b/exo/exo-thumbnail-preview.c
@@ -226,7 +226,7 @@ thumbnail_add_frame (GdkPixbuf *thumbnail)
if (G_LIKELY (frame != NULL))
{
/* add a frame to the thumbnail */
- thumbnail = exo_gdk_pixbuf_frame (thumbnail, frame, 3, 3, 6, 6);
+ thumbnail = exo_gdk_pixbuf_frame (thumbnail, frame, 4, 3, 5, 6);
g_object_unref (G_OBJECT (frame));
}
else
diff --git a/pixmaps/exo-thumbnail-frame.png b/pixmaps/exo-thumbnail-frame.png
index c2605d5..c273036 100644
Binary files a/pixmaps/exo-thumbnail-frame.png and b/pixmaps/exo-thumbnail-frame.png differ
More information about the Xfce4-commits
mailing list