Module: nagvis Branch: master Commit: c27b876cf7163f4b1081531b313cafe0795f41ed URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=c27b876cf7163f4b1081531b313cafe0795f41ed
Author: Lars Michelsen <[email protected]> Date: Thu Oct 21 18:54:05 2010 +0200 #379 fixed line hover area size --- share/frontend/nagvis-js/js/lines.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/share/frontend/nagvis-js/js/lines.js b/share/frontend/nagvis-js/js/lines.js index 09c3284..d905317 100644 --- a/share/frontend/nagvis-js/js/lines.js +++ b/share/frontend/nagvis-js/js/lines.js @@ -145,8 +145,8 @@ function drawLinkArea(objectId, lx, ly, z) { oImg.style.position = 'absolute'; oImg.style.left = (lx-10)+"px"; oImg.style.top = (ly-10)+"px"; - oImg.style.width = 10; - oImg.style.height = 10; + oImg.style.width = 20; + oImg.style.height = 20; oImg.style.zIndex = parseInt(z)+1; oLinkContainer.appendChild(oImg); ------------------------------------------------------------------------------ Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new apps & games for the Nokia N8 for consumers in U.S. and Canada $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store http://p.sf.net/sfu/nokia-dev2dev _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
