Index: trunk/extensions/SemanticMediaWiki/skins/SMW_tooltip.js |
— | — | @@ -75,7 +75,7 @@ |
76 | 76 | //As we need a reference to it to get the tooltip content we need to go up the dom-tree. |
77 | 77 | while(!(origin.className=="smwttpersist")){origin=origin.parentNode}; |
78 | 78 | |
79 | | - tt = BubbleTT.createBubbleForPoint(true,origin,x,y,200,50); |
| 79 | + tt = BubbleTT.createBubbleForPoint(true,origin,x,y,200,80); |
80 | 80 | BubbleTT.fillBubble(tt, origin); |
81 | 81 | |
82 | 82 | //unregister handler to open bubble |