From 08b25dafd9676d0ddf1c7a3d46a104640d93470c Mon Sep 17 00:00:00 2001
From: rsesek <rsesek@ad1dcce9-c9fe-0310-b82b-83ea1733dbb0>
Date: Sun, 21 Aug 2005 06:14:58 +0000
Subject: [PATCH] Make default of the hex field be 6 zeros

git-svn-id: svn://depot/macosx/trunk@15 ad1dcce9-c9fe-0310-b82b-83ea1733dbb0
---
 RGB_Converter/RGB_Converter.wdgt/Widget.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/RGB_Converter/RGB_Converter.wdgt/Widget.html b/RGB_Converter/RGB_Converter.wdgt/Widget.html
index 51093ac..9e9dd39 100644
--- a/RGB_Converter/RGB_Converter.wdgt/Widget.html
+++ b/RGB_Converter/RGB_Converter.wdgt/Widget.html
@@ -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>
 		
-- 
2.43.5