summaryrefslogtreecommitdiff
path: root/formula
diff options
context:
space:
mode:
authorSzymon Kłos <eszkadev@gmail.com>2014-08-20 09:56:17 +0200
committerDavid Tardon <dtardon@redhat.com>2014-08-20 03:12:31 -0500
commita240a78cc771a89febfe181abe78d2cf16e1970f (patch)
tree2bd322cce26183415602bf105142a91d69704bee /formula
parent34d6e7790f17080bea95ad770a819c7b5159b4c4 (diff)
Fixed size of 'formula' dialog in Calc
Fixed: 1. Open Calc 2. Open formula dialog 3. Choose AMORDEGRC function or other with >= 4 params Edit field is covered by other controls Change-Id: Ie14ff91a17373e11bc8ef6477f4f22c0ea4570c3 Reviewed-on: https://gerrit.libreoffice.org/11035 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'formula')
-rw-r--r--formula/source/ui/dlg/funcpage.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/formula/source/ui/dlg/funcpage.cxx b/formula/source/ui/dlg/funcpage.cxx
index f8c9e6d3c98f..731c4f012154 100644
--- a/formula/source/ui/dlg/funcpage.cxx
+++ b/formula/source/ui/dlg/funcpage.cxx
@@ -78,7 +78,7 @@ FuncPage::FuncPage(Window* pParent,const IFunctionManager* _pFunctionManager):
get(m_pLbCategory, "category");
get(m_pLbFunction, "function");
m_pLbFunction->SetStyle(m_pLbFunction->GetStyle() | WB_SORT);
- Size aSize(LogicToPixel(Size(86 , 133), MAP_APPFONT));
+ Size aSize(LogicToPixel(Size(86 , 162), MAP_APPFONT));
m_pLbFunction->set_height_request(aSize.Height());
m_pLbFunction->set_width_request(aSize.Width());
m_aHelpId = m_pLbFunction->GetHelpId();