Francois Gouget : winetest: Make the Version field a bit wider so it can accomodate long tags.

Alexandre Julliard julliard at winehq.org
Fri Mar 14 12:15:18 CDT 2008


Module: tools
Branch: master
Commit: 0d37e62de8d58a0763d1b27518d2a0d66d251f73
URL:    http://source.winehq.org/git/tools.git/?a=commit;h=0d37e62de8d58a0763d1b27518d2a0d66d251f73

Author: Francois Gouget <fgouget at free.fr>
Date:   Fri Mar 14 17:24:27 2008 +0100

winetest: Make the Version field a bit wider so it can accomodate long tags.

---

 winetest/resultform.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/winetest/resultform.html b/winetest/resultform.html
index 967930d..547c5bb 100644
--- a/winetest/resultform.html
+++ b/winetest/resultform.html
@@ -20,7 +20,7 @@
     </tr>
     <tr>
       <td>Version:</td>
-      <td><input type="text" name="version" size="10" readonly></td>
+      <td><input type="text" name="version" size="18" readonly></td>
     </tr>
     <tr>
       <td>Tests:</td>




More information about the wine-cvs mailing list