User: hr Date: 05/04/11 03:04:36 Modified: /dba/dbaccess/source/ui/app/ AppView.cxx
Log: INTEGRATION: CWS dba32 (1.8.62); FILE MERGED 2005/04/06 13:20:51 oj 1.8.62.1: #i46798\ change size of title window and center icons File Changes: Directory: /dba/dbaccess/source/ui/app/ ======================================= File [changed]: AppView.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppView.cxx?r1=1.8&r2=1.9 Delta lines: +1 -1 ------------------- --- AppView.cxx 21 Jan 2005 17:08:01 -0000 1.8 +++ AppView.cxx 11 Apr 2005 10:04:33 -0000 1.9 @@ -224,7 +224,7 @@ if ( pSwap->GetEntryCount() != 0 ) nX = pSwap->GetBoundingBox( pSwap->GetEntry(0) ).GetWidth() + aFLSize.Height(); } - nX = ::std::max(m_pPanel->GetWidthPixel(),nX); + nX = ::std::max(m_pPanel->GetWidthPixel() ,nX); m_pPanel->SetPosSizePixel(Point(0,0),Size(nX,nOutputHeight)); } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
