1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-14 02:55:55 +00:00

resize grabber to 8x8px

This commit is contained in:
Andrew Dolgov
2008-05-20 02:13:22 +01:00
parent 43dbb07f11
commit edb6a7fe4c
2 changed files with 3 additions and 3 deletions

View File

@@ -394,7 +394,7 @@ function resize_headlines(delta_x, delta_y) {
c_frame.style.top = (h_frame.offsetTop + h_frame.offsetHeight + 1) + "px";
h_frame.style.height = h_frame.offsetHeight + "px";
resize_grab.style.top = (h_frame.offsetTop + h_frame.offsetHeight - 5) + "px";
resize_grab.style.top = (h_frame.offsetTop + h_frame.offsetHeight - 4) + "px";
resize_grab.style.display = "block";
} else {