layout resize tweak
This commit is contained in:
parent
3d72bbdb4f
commit
f115fb2c3a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue