I&#39;m doing some source code modifications related only to the way that Referencer visually represents information. So far by now, I&#39;ve done some thumb enlarging, bolding document titles, removing document title lenght cutting (now lines are being wrapped instead of getting &quot;...&quot; ) and double cliking a PDF is now working on KDE4 (altought I did a bad trick - just run a system() with desired PDF reader).<br>
<br>Yeah, I know that theses aren&#39;t good modifications to be merged to the official distribution of Referencer, but I did that cause I really wanted it to show this things at this way.<br><br>Anyway, I&#39;m having a problem: since I have enlarged the thumbnail, I couldn&#39;t find in the code where I shoud find the rectangle area that tells gtk if the mouse cursor is on the thumbnail. By consequence, I only can get half the thumbnail clickable because thats exactly the area that the old thumbnail occupied. <br>