cui/source/customize/cfg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit cbcd40a7ab1db1d312fcfcb1c1dad55a2a971377 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Wed Jun 3 11:29:57 2020 +0100 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Thu Jun 4 09:45:55 2020 +0200 make triangle larger Change-Id: I7fce58507b039c080b5b6ffd423fb85f87ad077a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95446 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caol...@redhat.com> diff --git a/cui/source/customize/cfg.cxx b/cui/source/customize/cfg.cxx index d581a95e9ec0..60b1e2efcddf 100644 --- a/cui/source/customize/cfg.cxx +++ b/cui/source/customize/cfg.cxx @@ -906,7 +906,7 @@ void ContextMenuSaveInData::ResetContextMenu( const SvxConfigEntry* pEntry ) void SvxMenuEntriesListBox::CreateDropDown() { - int nWidth = m_xControl->get_text_height() / 2; + int nWidth = (m_xControl->get_text_height() * 3) / 4; m_xDropDown->SetOutputSizePixel(Size(nWidth, nWidth)); DecorationView aDecoView(m_xDropDown.get()); aDecoView.DrawSymbol(tools::Rectangle(Point(0, 0), Size(nWidth, nWidth)), _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits