[Libreoffice-commits] core.git: Branch 'libreoffice-7-1' - sc/source

Roman Kuznetsov (via logerrit) logerrit at kemper.freedesktop.org
Tue Dec 8 11:53:28 UTC 2020


 sc/source/ui/dbgui/validate.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0037b68dc6c2208af6760a0b86c59f871a2ce80a
Author:     Roman Kuznetsov <antilibreoffice at gmail.com>
AuthorDate: Fri Dec 4 19:12:23 2020 +0100
Commit:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Tue Dec 8 12:52:53 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 <antilibreoffice at gmail.com>
    (cherry picked from commit 9cb1c7e5d7434a64ada279ad264182286f907d7c)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107303
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>

diff --git a/sc/source/ui/dbgui/validate.cxx b/sc/source/ui/dbgui/validate.cxx
index e4f9e93cd617..0ee9b69ab83a 100644
--- a/sc/source/ui/dbgui/validate.cxx
+++ b/sc/source/ui/dbgui/validate.cxx
@@ -376,7 +376,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());
 


More information about the Libreoffice-commits mailing list