From 344a3c94322f84eebd9f8af03cbfa65be79f52af Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Mon, 29 Aug 2016 20:17:55 -0700 Subject: [PATCH] Fix for actual height of EQ band sliders --- css/equalizer-window.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/equalizer-window.css b/css/equalizer-window.css index 258514bb..671f5c02 100644 --- a/css/equalizer-window.css +++ b/css/equalizer-window.css @@ -109,7 +109,7 @@ #winamp2-js .band { width: 14px; - height: 64px; + height: 63px; } #winamp2-js .band input[type=range] {