From 9a6b359a968d83d37b1f3da093c37a0d367b701d Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Fri, 27 Jun 2003 08:11:35 +0000 Subject: INTEGRATION: CWS fwk07 (1.12.74); FILE MERGED 2003/06/25 14:38:29 cd 1.12.74.1: #110433# New default docked window size for database beamer --- sfx2/source/dialog/partwnd.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sfx2') diff --git a/sfx2/source/dialog/partwnd.cxx b/sfx2/source/dialog/partwnd.cxx index a25a794b7362..f823cc5f0ceb 100644 --- a/sfx2/source/dialog/partwnd.cxx +++ b/sfx2/source/dialog/partwnd.cxx @@ -2,9 +2,9 @@ * * $RCSfile: partwnd.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: hr $ $Date: 2003-03-27 11:28:01 $ + * last change: $Author: vg $ $Date: 2003-06-27 09:11:35 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -204,8 +204,8 @@ SfxPartChildWnd_Impl::SfxPartChildWnd_Impl if ( pInfo ) pInfo->nFlags |= SFX_CHILDWIN_FORCEDOCK; - ((SfxDockingWindow*)pWindow)->SetFloatingSize( Size( 240, 240 ) ); - pWindow->SetSizePixel( Size( 240, 240 ) ); + ((SfxDockingWindow*)pWindow)->SetFloatingSize( Size( 175, 175 ) ); + pWindow->SetSizePixel( Size( 175, 175 ) ); ( ( SfxDockingWindow* ) pWindow )->Initialize( pInfo ); } -- cgit