adjust tooltip position (mrovi)

git-svn-id: http://tint2.googlecode.com/svn/trunk@525 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
thilor77 2010-08-07 12:28:12 +00:00
parent c9ca6a4006
commit 35b94d7acd

View file

@ -134,6 +134,9 @@ void tooltip_update_geometry()
else
x = panel->posx - width;
if (!panel_horizontal)
y -= height/2;
g_object_unref(layout);
cairo_destroy(c);
cairo_surface_destroy(cs);