guy 6 years ago
parent
commit
e35c76752f
  1. 32
      dist/_fineui.min.js
  2. 1
      dist/bundle.js
  3. 2
      dist/bundle.min.js
  4. 1
      dist/case.js
  5. 1
      dist/fineui.js
  6. 32
      dist/fineui.min.js
  7. 1
      src/case/table/table.style.cell.js

32
dist/_fineui.min.js vendored

File diff suppressed because one or more lines are too long

1
dist/bundle.js vendored

@ -85554,6 +85554,7 @@ BI.TableStyleCell = BI.inherit(BI.Single, {
this.text = BI.createWidget({ this.text = BI.createWidget({
type: "bi.label", type: "bi.label",
element: this, element: this,
height: o.height,
textAlign: "left", textAlign: "left",
forceCenter: true, forceCenter: true,
hgap: 5, hgap: 5,

2
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

1
dist/case.js vendored

@ -13076,6 +13076,7 @@ BI.TableStyleCell = BI.inherit(BI.Single, {
this.text = BI.createWidget({ this.text = BI.createWidget({
type: "bi.label", type: "bi.label",
element: this, element: this,
height: o.height,
textAlign: "left", textAlign: "left",
forceCenter: true, forceCenter: true,
hgap: 5, hgap: 5,

1
dist/fineui.js vendored

@ -85797,6 +85797,7 @@ BI.TableStyleCell = BI.inherit(BI.Single, {
this.text = BI.createWidget({ this.text = BI.createWidget({
type: "bi.label", type: "bi.label",
element: this, element: this,
height: o.height,
textAlign: "left", textAlign: "left",
forceCenter: true, forceCenter: true,
hgap: 5, hgap: 5,

32
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

1
src/case/table/table.style.cell.js

@ -19,6 +19,7 @@ BI.TableStyleCell = BI.inherit(BI.Single, {
this.text = BI.createWidget({ this.text = BI.createWidget({
type: "bi.label", type: "bi.label",
element: this, element: this,
height: o.height,
textAlign: "left", textAlign: "left",
forceCenter: true, forceCenter: true,
hgap: 5, hgap: 5,

Loading…
Cancel
Save