[Libreoffice-bugs] [Bug 73953] UI Writer, enhancement request: Allow adjustment of comment bar width

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Mon Feb 8 23:58:14 UTC 2021


https://bugs.documentfoundation.org/show_bug.cgi?id=73953

--- Comment #11 from dww <domwoolf at gmail.com> ---
In sw/source/uibase/docvw/PostItMgr.cxx, function
SwPostItMgr::GetSidebarWidth()

I edited the line

    tools::ULong aWidth = static_cast<tools::ULong>(nZoom * 1.8);

and changed it to 

    tools::ULong aWidth = static_cast<tools::ULong>(nZoom * 4.0);


This works nicely on my local build, giving me wider comments.  Seems that it
should be easy enough to provide this value as a user preference rather than
hard-compiled in.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210208/d1d91672/attachment.htm>


More information about the Libreoffice-bugs mailing list