]> git.wh0rd.org Git - tt-rss.git/commitdiff
layout resize tweak
authorAndrew Dolgov <fox@bah.spb.su>
Sat, 17 Jan 2009 11:30:23 +0000 (12:30 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Sat, 17 Jan 2009 11:30:23 +0000 (12:30 +0100)
tt-rss.js

index 304c87ec6a03fbd655f5d35e328e14e4c5f0ffe4..bac3fd9d617d2f9ae4a7ac4e0deae2da84327bb2 100644 (file)
--- 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;