ChangeSet ID: 31325 CVSROOT: /opt/cvs-commit Module name: tools Changes by: jnewman(a)winehq.org 2007/08/10 13:44:21 Modified files: winetest : summary.js Log message: Paul Vriens <paul.vriens.wine(a)gmail.com> Make the resultform html a bit bigger Patch: http://cvs.winehq.org/patch.py?id=31325 Old revision New revision Changes Path 1.3 1.4 +1 -1 tools/winetest/summary.js Index: tools/winetest/summary.js diff -u -p tools/winetest/summary.js:1.3 tools/winetest/summary.js:1.4 --- tools/winetest/summary.js:1.3 10 Aug 2007 18:44:21 -0000 +++ tools/winetest/summary.js 10 Aug 2007 18:44:21 -0000 @@ -2,7 +2,7 @@ result_window = null; document.writeln ('<a href="#" onClick="open_popup(); return false;">Open popup</a>'); function open_popup () { - result_window = window.open("../../resultform.html","results","width=240,height=200,resizable,scrollbars=no"); + result_window = window.open("../../resultform.html","results","width=240,height=240,resizable,scrollbars=no"); } function isopen () {