From 525ab89d01f78685d4ee26923542677d044ac08c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20D=C3=A9chelotte?= Date: Fri, 12 Apr 2013 01:42:35 +0200 Subject: [PATCH] Increase MAX_WINDOWLIST_WIDTH from 160 to 400 (in pixels) --- src/wconfig.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wconfig.h.in b/src/wconfig.h.in index 58b00444..2e3c8da0 100644 --- a/src/wconfig.h.in +++ b/src/wconfig.h.in @@ -315,7 +315,7 @@ #define MAX_WORKSPACENAME_WIDTH 64 /* max width of window title in window list */ -#define MAX_WINDOWLIST_WIDTH 160 +#define MAX_WINDOWLIST_WIDTH 400 #ifndef HAVE_INOTIFY /* Check defaults database for changes every this many milliseconds */