[Xfce4-commits] r26913 - xfdesktop/trunk/src
Brian Tarricone
kelnos at xfce.org
Thu May 1 09:03:53 CEST 2008
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);
More information about the Xfce4-commits
mailing list