From: Christophe CURIS <[email protected]>
This should be amened to commit:
47dc56c302d6c65471defd16f0a67e2159484894
---
src/dialog.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/dialog.c b/src/dialog.c
index f2f81bb..da126ae 100644
--- a/src/dialog.c
+++ b/src/dialog.c
@@ -743,7 +743,7 @@ static void drawIconProc(WMList * lPtr, int index, Drawable
d, char *text, int s
color.blue = WMBlueComponentOfColor(back) >> 8;
color.alpha = WMGetColorAlpha(back) >> 8;
- pixmap = WMCreateBlendedPixmapFromFile(wmscr, file, &color);
+ pixmap = WMCreateScaledBlendedPixmapFromFile(wmscr, file, &color, width
- 2, height - 2);
wfree(file);
if (!pixmap) {
--
1.9.2
--
To unsubscribe, send mail to [email protected].