[Libreoffice-commits] core.git: sc/source
Roman Kuznetsov (via logerrit)
logerrit at kemper.freedesktop.org
Sun Dec 6 20:17:34 UTC 2020
sc/source/ui/dbgui/validate.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 9cb1c7e5d7434a64ada279ad264182286f907d7c
Author: Roman Kuznetsov <antilibreoffice at gmail.com>
AuthorDate: Fri Dec 4 19:12:23 2020 +0100
Commit: Roman Kuznetsov <antilibreoffice at 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 <antilibreoffice at 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());
More information about the Libreoffice-commits
mailing list