[Libreoffice-commits] core.git: svx/source

Heiko Tietze (via logerrit) logerrit at kemper.freedesktop.org
Wed May 13 17:29:46 UTC 2020


 svx/source/tbxctrls/tbcontrl.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 535d857975e453401c0c455bdda82e1a81c7e110
Author:     Heiko Tietze <tietze.heiko at gmail.com>
AuthorDate: Wed May 13 12:15:37 2020 +0200
Commit:     Heiko Tietze <heiko.tietze at documentfoundation.org>
CommitDate: Wed May 13 19:29:06 2020 +0200

    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 at documentfoundation.org>

diff --git a/svx/source/tbxctrls/tbcontrl.cxx b/svx/source/tbxctrls/tbcontrl.cxx
index ce6a935c4714..08ee5e149baf 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;


More information about the Libreoffice-commits mailing list