From f115fb2c3ab4788558b7b020fa85eba1cb1aae12 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 17 Jan 2009 12:30:23 +0100 Subject: layout resize tweak --- tt-rss.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tt-rss.js') diff --git a/tt-rss.js b/tt-rss.js index 304c87ec6..bac3fd9d6 100644 --- a/tt-rss.js +++ b/tt-rss.js @@ -447,7 +447,7 @@ function resize_headlines(delta_x, delta_y) { h_frame.style.height = (300 - ver_offset) + "px"; - c_frame.style.top = (h_frame.offsetTop + h_frame.offsetHeight + 1) + "px"; + c_frame.style.top = (h_frame.offsetTop + h_frame.offsetHeight + 0) + "px"; h_frame.style.height = h_frame.offsetHeight + "px"; var theme_c = 0; -- cgit v1.2.3