From 0d0612220bcd1a34ba374bf0650168f04ca43921 Mon Sep 17 00:00:00 2001 From: Qball Cow Date: Sun, 13 Nov 2011 19:23:46 +0100 Subject: [PATCH] Fix the resizing off the sidebar (for translations and the like --- src/playlist3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/playlist3.c b/src/playlist3.c index f93d9758..9fc80e6f 100644 --- a/src/playlist3.c +++ b/src/playlist3.c @@ -36,7 +36,7 @@ #include "GUI/control_window.h" #define SIDEBAR_SMALL 32 -#define SIDEBAR_LARGE 160 +#define SIDEBAR_LARGE -1 #ifndef GDK_KEY_0 #define GDK_KEY_0 GDK_0 #endif -- 2.11.4.GIT