diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-06-03 11:29:57 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-06-04 09:45:55 +0200 |
commit | cbcd40a7ab1db1d312fcfcb1c1dad55a2a971377 (patch) | |
tree | 9640851cf2c63c71273ef37b02bb068a7d87a21b /cui | |
parent | d321f7c56b7b509cd041c58fffe2da3257ceec47 (diff) |
make triangle larger
Change-Id: I7fce58507b039c080b5b6ffd423fb85f87ad077a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95446
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/customize/cfg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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)), |