diff --git a/lib/msf/ui/gtk2/treeviewtooltips.rb b/lib/msf/ui/gtk2/treeviewtooltips.rb index b7f6bdc9ad..5b615b8822 100644 --- a/lib/msf/ui/gtk2/treeviewtooltips.rb +++ b/lib/msf/ui/gtk2/treeviewtooltips.rb @@ -73,7 +73,7 @@ module Msf # and 4 pixels below it. # def location(x, y, w, h) - return x - w/2, y + 4 + return x - w/2, y + 20 end