From cbcd40a7ab1db1d312fcfcb1c1dad55a2a971377 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 3 Jun 2020 11:29:57 +0100 Subject: make triangle larger MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I7fce58507b039c080b5b6ffd423fb85f87ad077a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95446 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- cui/source/customize/cfg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cui') 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)), -- cgit