Make default of the hex field be 6 zeros
authorrsesek <rsesek@ad1dcce9-c9fe-0310-b82b-83ea1733dbb0>
Sun, 21 Aug 2005 06:14:58 +0000 (06:14 +0000)
committerrsesek <rsesek@ad1dcce9-c9fe-0310-b82b-83ea1733dbb0>
Sun, 21 Aug 2005 06:14:58 +0000 (06:14 +0000)
git-svn-id: svn://depot/macosx/trunk@15 ad1dcce9-c9fe-0310-b82b-83ea1733dbb0

RGB_Converter/RGB_Converter.wdgt/Widget.html

index 51093ac8db6c702fe4e17791655044e60e668868..9e9dd399effe89ddf0d8ea9ad48a3e68b473c7b7 100644 (file)
@@ -30,7 +30,7 @@
     <div id="front" onmousemove="mousemove(event);" onmouseout="mouseexit(event);">
                <img src="Default.png" alt="" />
                
-               <div id="hexinput">#<input type="text" name="hexinput" id="hexinputf" size="6" maxlength="6" onblur="hexwatcher()" value="0" /></div>
+               <div id="hexinput">#<input type="text" name="hexinput" id="hexinputf" size="6" maxlength="6" onblur="hexwatcher()" value="000000" /></div>
                
                <div id="swatch"></div>