# HG changeset patch
# User smartinez11 <smartinez11@mail.wou.edu>
# Date 1424725689 28800
#      Mon Feb 23 13:08:09 2015 -0800
# Node ID d682c1290ce003082e6ee442bc5887e86a9d39c6
# Parent  ed44ebe62862a90c8112bb83974d38eb360f31b8
Bug516217 Adjusted spacing "again" and added in the minimum number requirement for the preference number boxes.

diff -r ed44ebe62862 -r d682c1290ce0 xul/content/config.js
--- a/xul/content/config.js	Wed Feb 18 13:19:18 2015 -0800
+++ b/xul/content/config.js	Mon Feb 23 13:08:09 2015 -0800
@@ -575,7 +575,8 @@
             
             this.edit = document.createElement("textbox");
             this.edit.setAttribute("size", "5");
-			this.edit.setAttribute("type", "number");
+            this.edit.setAttribute("type", "number");
+            this.edit.setAttribute("min", "-1");
             
             editCont = document.createElement("hbox");
             editCont.flex = 1000;
