Well, if you want we can calculate something that the result is more or less 30.<br><br><div class="gmail_quote">On Sat, Apr 25, 2009 at 7:59 PM, Vladimir Prus <span dir="ltr"><<a href="mailto:ghost@cs.msu.su">ghost@cs.msu.su</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">On Saturday 25 April 2009 21:26:50 Aleix Pol Gonzalez wrote:<br>
> SVN commit 959180 by apol:<br>
><br>
> Do not show the tooltip right under the cursor.<br>
><br>
><br>
>  M  +1 -1      variablecollection.cpp<br>
><br>
><br>
> --- trunk/KDE/kdevelop/debuggers/gdb/variablecollection.cpp #959179:959180<br>
> @@ -427,7 +427,7 @@<br>
>      if (!w)<br>
>          w = view;<br>
><br>
> -    activeTooltip_ = new VariableToolTip(w, global, controller_, expression);<br>
> +    activeTooltip_ = new VariableToolTip(w, global+QPoint(30,30), controller_, expression);<br>
>  }<br>
<br>
As I've said on IRC, I don't think hardcoded 30 is acceptable. I think this offset should<br>
depend on font metrics -- like 3 widths of 'M' in the current font. This is the only<br>
thing that is likely to scale with monitor resolution in a sensible way.<br>
<br>
- Volodya<br>
<br>
_______________________________________________<br>
KDevelop-devel mailing list<br>
<a href="mailto:KDevelop-devel@kdevelop.org">KDevelop-devel@kdevelop.org</a><br>
<a href="https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel" target="_blank">https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel</a><br>
</blockquote></div><br>