summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-17 12:30:23 +0100
committerAndrew Dolgov <[email protected]>2009-01-17 12:30:23 +0100
commitf115fb2c3ab4788558b7b020fa85eba1cb1aae12 (patch)
treed0dbbbbd795985a51fbbe12cf6b04159030d634c /tt-rss.js
parent3d72bbdb4f4cb35c40aa61199dc6b3265cc5c9b6 (diff)
layout resize tweak
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js2
1 files changed, 1 insertions, 1 deletions
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;