From bdf2f79dc2cb8522209f227dd6a4af98c501d664 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Fri, 21 Jul 2006 09:40:36 +0000 Subject: INTEGRATION: CWS pathoptions02 (1.6.8); FILE MERGED 2006/07/19 12:24:42 pb 1.6.8.1: fix: #i67538# radio button column smaller --- svx/source/dialog/multipat.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'svx/source/dialog/multipat.cxx') diff --git a/svx/source/dialog/multipat.cxx b/svx/source/dialog/multipat.cxx index e446a5525fa4..ffe42fcee276 100644 --- a/svx/source/dialog/multipat.cxx +++ b/svx/source/dialog/multipat.cxx @@ -4,9 +4,9 @@ * * $RCSfile: multipat.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: obo $ $Date: 2006-07-13 12:00:13 $ + * last change: $Author: kz $ $Date: 2006-07-21 10:40:36 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -233,7 +233,7 @@ SvxMultiPathDialog::SvxMultiPathDialog( Window* pParent, BOOL bEmptyAllowed ) : pImpl ( new MultiPath_Impl( bEmptyAllowed ) ) { - static long aStaticTabs[]= { 2, 0, 15 }; + static long aStaticTabs[]= { 2, 0, 12 }; aRadioLB.SvxSimpleTable::SetTabs( aStaticTabs ); String sHeader( ResId( STR_HEADER_PATHS ) ); aRadioLB.SetQuickHelpText( sHeader ); -- cgit