guy 7 years ago
parent
commit
946b9a9363
  1. 2
      bi/widget.js
  2. 2
      dist/widget.js

2
bi/widget.js

@ -12355,7 +12355,7 @@ BI.NumericalInterval = BI.inherit(BI.Single, {
}
this.label = BI.createWidget({
type: "bi.label",
text: BI.i18nText("BI-Value"),
text: BI.i18nText("BI-Basic_Value"),
textHeight: o.height - c.border * 2,
width: c.width - c.border * 2,
height: o.height - c.border * 2,

2
dist/widget.js vendored

@ -12355,7 +12355,7 @@ BI.NumericalInterval = BI.inherit(BI.Single, {
}
this.label = BI.createWidget({
type: "bi.label",
text: BI.i18nText("BI-Value"),
text: BI.i18nText("BI-Basic_Value"),
textHeight: o.height - c.border * 2,
width: c.width - c.border * 2,
height: o.height - c.border * 2,

Loading…
Cancel
Save