From 058f7b41b82078a86256b1a21524a62fe917eefe Mon Sep 17 00:00:00 2001 From: edmael Date: Tue, 20 Aug 2013 23:50:32 +0200 Subject: [PATCH] Fixed the default icon size in the systray. --- plugins/systray/systray.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/systray/systray.c b/plugins/systray/systray.c index 154bc03..b4006a3 100644 --- a/plugins/systray/systray.c +++ b/plugins/systray/systray.c @@ -35,7 +35,7 @@ #include "systray-manager.h" #include "systray-dialog_ui.h" -#define ICON_SIZE (22) +#define ICON_SIZE (64) #define BUTTON_SIZE (16) #define FRAME_SPACING (1) -- 1.8.3.4