https://bugs.documentfoundation.org/show_bug.cgi?id=153727
Rafael Lima <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #32 from Rafael Lima <[email protected]> --- Created attachment 196269 --> https://bugs.documentfoundation.org/attachment.cgi?id=196269&action=edit Formula bar with increased font size (top) and normal font size (bottom) (In reply to Heiko Tietze from comment #29) > sc/source/ui/app/inputwin.cxx uses a WeldEditView that provides no font > tweaking, yet. But no success by changing values in makeEditEngine(). I was able to change the font size by editing the PropertySet in ScTextWnd::InitEditEngine. SvxFontHeightItem pItem = pSet->Get(EE_CHAR_FONTHEIGHT); pItem.SetHeight(400); pSet->Put(pItem); Here's a screenshot of how it looks. If the font height is configurable, we can apply it here. -- You are receiving this mail because: You are the assignee for the bug.
