issue with gadget

Senior Info

New Member
the best gadget I could find was using aida, but now I completely change hwinfo, I have a question to remove the title of the gadget is an empty space, left an image capture.
Sin%20t%C3%83%C2%ADtulo.jpg
 
Senior Info said:
the best gadget I could find was using aida, but now I completely change hwinfo, I have a question to remove the title of the gadget is an empty space, left an image capture.
Yup, its a bug. I didn't catch this during the migration from the GPU gadget.

You can fix this by editing line 230 in "C:\Users\<username>\AppData\Local\Microsoft\Windows Sidebar\Gadgets\HWiNFOMonitor.gadget\scripts\gadget.js" using a text editor
old:
if(prefWindow.displayAdapter > displayAdapters.length){
new:
if(!prefWindow.titleEnabled){

Alternatively, you can change the gadget to us a transparent border which just hides it (#3 in the instructions listed here: http://forums.guru3d.com/showthread.php?t=292598&page=7#165)

I'll include the fix in the first update.

Thanks,
Nick
 
Back
Top