@ -51,7 +51,7 @@ BI.SignEditor = BI.inherit(BI.Widget, {
tipType: o.tipType,
textAlign: "left",
height: o.height,
hgap: 4,
hgap: o.hgap,
handler: function () {
self._showInput();
self.editor.focus();
@ -50,7 +50,7 @@ BI.StateEditor = BI.inherit(BI.Widget, {
text: o.text,
@ -51,7 +51,7 @@ BI.SimpleStateEditor = BI.inherit(BI.Widget, {