Author: kelnos
Date: 2008-05-01 07:03:53 +0000 (Thu, 01 May 2008)
New Revision: 26913
Modified:
xfdesktop/trunk/src/xfdesktop-icon-view.c
Log:
position the tooltip window a bit more like normal tooltips
Modified: xfdesktop/trunk/src/xfdesktop-icon-view.c
===================================================================
--- xfdesktop/trunk/src/xfdesktop-icon-view.c 2008-05-01 07:03:41 UTC (rev
26912)
+++ xfdesktop/trunk/src/xfdesktop-icon-view.c 2008-05-01 07:03:53 UTC (rev
26913)
@@ -852,8 +852,8 @@
/* don't put the box directly under the mouse pointer, as this makes
dragging difficult */
- ++x;
- ++y;
+ x += 12;
+ y += 12;
if(x + w > geom.x + geom.width)
x -= x + w - (geom.x + geom.width);
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits