[Libreoffice-commits] .: svx/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sat Nov 24 16:24:11 PST 2012


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

New commits:
commit 8aa929fb02b24a7c26150e61728fc900a74229ec
Author: Jan Holesovsky <kendy at suse.cz>
Date:   Sun Nov 25 02:22:54 2012 +0100

    Make the font combo box in the toolbar a bit smaller.
    
    Change-Id: I4ea350f7557b53e8edc44679f83d67e4f5326ae1

diff --git a/svx/source/tbxctrls/tbcontrl.cxx b/svx/source/tbxctrls/tbcontrl.cxx
index 8d288a2..b0b4d29 100644
--- a/svx/source/tbxctrls/tbcontrl.cxx
+++ b/svx/source/tbxctrls/tbcontrl.cxx
@@ -756,7 +756,7 @@ SvxFontNameBox_Impl::SvxFontNameBox_Impl( Window* pParent, const Reference< XDis
 
     FontNameBox        ( pParent, nStyle | WinBits( WB_DROPDOWN | WB_AUTOHSCROLL ) ),
     pFontList          ( NULL ),
-    aLogicalSize       ( 75,160 ),
+    aLogicalSize       ( 60,160 ),
     nFtCount           ( 0 ),
     bRelease           ( sal_True ),
     m_xDispatchProvider( rDispatchProvider ),


More information about the Libreoffice-commits mailing list