[Libreoffice-bugs] [Bug 131815] Validity dialog height

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Fri Dec 4 10:29:02 UTC 2020


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

--- Comment #5 from Heiko Tietze <heiko.tietze at documentfoundation.org> ---
In sc/source/ui/dbgui/validate.cxx ScTPValidationValue::ScTPValidationValue()
the dialog size is requested per 

    Size aSize(m_xEdList->get_approximate_digit_width() * 40,
               m_xEdList->get_height_rows(25));

Reduce the number of rows to show to make the dialog smaller.

-- 
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/20201204/94a33c35/attachment.htm>


More information about the Libreoffice-bugs mailing list