sc/source/ui/dbgui/validate.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 9cb1c7e5d7434a64ada279ad264182286f907d7c Author: Roman Kuznetsov <antilibreoff...@gmail.com> AuthorDate: Fri Dec 4 19:12:23 2020 +0100 Commit: Roman Kuznetsov <antilibreoff...@gmail.com> CommitDate: Sun Dec 6 21:16:52 2020 +0100 tdf#131815 Reduce Validity dialog height Change-Id: I90ec0a85bd8cf0761459e61bc26e619153597088 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107209 Tested-by: Jenkins Reviewed-by: Roman Kuznetsov <antilibreoff...@gmail.com> diff --git a/sc/source/ui/dbgui/validate.cxx b/sc/source/ui/dbgui/validate.cxx index 3d73a72f99af..cd9097c0ff48 100644 --- a/sc/source/ui/dbgui/validate.cxx +++ b/sc/source/ui/dbgui/validate.cxx @@ -373,7 +373,7 @@ ScTPValidationValue::ScTPValidationValue(weld::Container* pPage, weld::DialogCon m_xEdMin->SetReferences(nullptr, m_xFtMin.get()); Size aSize(m_xEdList->get_approximate_digit_width() * 40, - m_xEdList->get_height_rows(25)); + m_xEdList->get_height_rows(10)); m_xEdList->set_size_request(aSize.Width(), aSize.Height()); m_xEdMax->SetReferences(nullptr, m_xFtMax.get()); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits