From: Andrew Dolgov Date: Sat, 17 Jan 2009 11:30:23 +0000 (+0100) Subject: layout resize tweak X-Git-Tag: 1.3.0~127 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=f115fb2c3ab4788558b7b020fa85eba1cb1aae12;p=tt-rss.git layout resize tweak --- diff --git a/tt-rss.js b/tt-rss.js index 304c87ec..bac3fd9d 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;