Roo/form/Signature.js
authorChris <chris@roojs.com>
Thu, 10 Oct 2013 00:58:54 +0000 (08:58 +0800)
committerChris <chris@roojs.com>
Thu, 10 Oct 2013 00:58:54 +0000 (08:58 +0800)
Roo/form/Signature.js

index 0cb9ebc..c1745c6 100644 (file)
@@ -113,9 +113,9 @@ Roo.extend(Roo.form.Signature, Roo.form.Field,  {
                 {
                     tag: "line",
                     x1: "0", // start
-                    y1: (this.width*0.0), // start
+                    y1: (this.height*0.2), // start
                     x2: this.width, // end
-                    y2: (this.width*0.0), // end
+                    y2: (this.height*0.2), // end
                     'stroke': "#666",
                     'stroke-width': "1",
                     'stroke-dasharray': "3",