| commit | 259fedf599e9c1ec9b007c30b44d2dc07eaca98e | [log] |
|---|---|---|
| author | Caolán McNamara <caolanm@redhat.com> | Thu Apr 23 09:07:53 2020 +0100 |
| committer | Caolán McNamara <caolanm@redhat.com> | Thu Apr 23 13:44:31 2020 +0200 |
| tree | c8400507cb6d6dfe5347d06400af3f16dbc08379 | |
| parent | a40455528c4ec2c079444f320a02d1946e1d8ac9 [diff] |
Resolves: tdf#132338 combobox 1 character narrower than it used to be Change-Id: I9b24c654a9d209c5d52eebf852b6dca436a782b3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92742 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
diff --git a/svx/source/tbxctrls/tbcontrl.cxx b/svx/source/tbxctrls/tbcontrl.cxx index 6c221b2..3e47e41 100644 --- a/svx/source/tbxctrls/tbcontrl.cxx +++ b/svx/source/tbxctrls/tbcontrl.cxx
@@ -1400,7 +1400,7 @@ SvxFontNameBox_Base::SvxFontNameBox_Base(std::unique_ptr<weld::ComboBox> xWidget const Reference<XFrame>& rFrame, SvxFontNameToolBoxControl& rCtrl) : m_rCtrl(rCtrl) , m_nCharWidth(xWidget->get_approximate_digit_width() * 15) , m_nCharWidth(xWidget->get_approximate_digit_width() * 16) , m_xWidget(new FontNameBox(std::move(xWidget))) , pFontList(nullptr) , nFtCount(0)