summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2012-11-25 02:22:54 +0100
committerJan Holesovsky <kendy@suse.cz>2012-11-25 02:23:52 +0100
commit8aa929fb02b24a7c26150e61728fc900a74229ec (patch)
treebb1ccba5d54916617d5879d46d195824b391d1b6 /svx
parentd4181e5b54577c4bda025d447aeb08d9b0e441af (diff)
Make the font combo box in the toolbar a bit smaller.
Change-Id: I4ea350f7557b53e8edc44679f83d67e4f5326ae1
Diffstat (limited to 'svx')
-rw-r--r--svx/source/tbxctrls/tbcontrl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/tbxctrls/tbcontrl.cxx b/svx/source/tbxctrls/tbcontrl.cxx
index 8d288a228e7c..b0b4d29e9b90 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 ),