fay 6 years ago
parent
commit
b3f8232f37
  1. 4
      src/case/richeditor/plugins/combo.fontfamily.js
  2. 2
      src/case/richeditor/plugins/combo.sizechooser.js

4
src/case/richeditor/plugins/combo.fontfamily.js

@ -3,8 +3,8 @@ BI.RichEditorFontChooser = BI.inherit(BI.RichEditorAction, {
return BI.extend(BI.RichEditorFontChooser.superclass._defaultConfig.apply(this, arguments), {
baseCls: "bi-rich-editor-font-chooser bi-border bi-card",
command: "FontName",
width: 50,
height: 20
width: 100,
height: 24
});
},

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

@ -11,7 +11,7 @@ BI.RichEditorSizeChooser = BI.inherit(BI.RichEditorAction, {
baseCls: "bi-rich-editor-size-chooser bi-border bi-card",
command: "FontSize",
width: 50,
height: 20
height: 24
});
},

Loading…
Cancel
Save