Resolves tdf#132435 - Font selection drop down too narrow

Showing 18 chars now

Change-Id: If6482cd25c74c4fea9eefca76b4828eff0ede220
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94112
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
diff --git a/svx/source/tbxctrls/tbcontrl.cxx b/svx/source/tbxctrls/tbcontrl.cxx
index ce6a935..08ee5e1 100644
--- a/svx/source/tbxctrls/tbcontrl.cxx
+++ b/svx/source/tbxctrls/tbcontrl.cxx
@@ -104,7 +104,7 @@

#define MAX_MRU_FONTNAME_ENTRIES    5

#define COMBO_WIDTH_IN_CHARS        15
#define COMBO_WIDTH_IN_CHARS        18

// namespaces
using namespace ::editeng;