TreeviewTips style

git-svn-id: file:///home/svn/framework3/trunk@4906 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
fab 2007-05-13 09:09:57 +00:00
parent ac7bc331c6
commit 9bcd9c0ef2
1 changed files with 1 additions and 1 deletions

View File

@ -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