guy 7 years ago
parent
commit
be0e1cdf04
  1. 2
      bi/base.js
  2. 2
      dist/base.js
  3. 2
      dist/bundle.js
  4. 24
      dist/bundle.min.js
  5. 2
      src/base/richeditor/plugins/combo.sizechooser.js

2
bi/base.js

@ -17104,7 +17104,7 @@ BI.RichEditorSizeChooser = BI.inherit(BI.RichEditorAction, {
type: "bi.text_trigger",
readonly: true,
height: o.height,
triggerWidth: 12,
triggerWidth: 16,
text: BI.i18nText("BI-Font_Size")
});

2
dist/base.js vendored

@ -17104,7 +17104,7 @@ BI.RichEditorSizeChooser = BI.inherit(BI.RichEditorAction, {
type: "bi.text_trigger",
readonly: true,
height: o.height,
triggerWidth: 12,
triggerWidth: 16,
text: BI.i18nText("BI-Font_Size")
});

2
dist/bundle.js vendored

@ -42845,7 +42845,7 @@ BI.RichEditorSizeChooser = BI.inherit(BI.RichEditorAction, {
type: "bi.text_trigger",
readonly: true,
height: o.height,
triggerWidth: 12,
triggerWidth: 16,
text: BI.i18nText("BI-Font_Size")
});

24
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

2
src/base/richeditor/plugins/combo.sizechooser.js

@ -42,7 +42,7 @@ BI.RichEditorSizeChooser = BI.inherit(BI.RichEditorAction, {
type: "bi.text_trigger",
readonly: true,
height: o.height,
triggerWidth: 12,
triggerWidth: 16,
text: BI.i18nText("BI-Font_Size")
});

Loading…
Cancel
Save