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

--- Comment #11 from dww <domwo...@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.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to