summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Kuznetsov <antilibreoffice@gmail.com>2020-12-04 19:12:23 +0100
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2020-12-08 12:52:53 +0100
commit0037b68dc6c2208af6760a0b86c59f871a2ce80a (patch)
treed0a3a48afc535318199da3291c7f98b64a50d9e7
parent39adc2759753113604e0a7c628a4a4ef05db8b8e (diff)
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@gmail.com> (cherry picked from commit 9cb1c7e5d7434a64ada279ad264182286f907d7c) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107303 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r--sc/source/ui/dbgui/validate.cxx2
1 files changed, 1 insertions, 1 deletions
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());