uifw/EikStd/dlgsrc/EIKDPSEL.CPP
branchRCL_3
changeset 18 fcdfafb36fe7
parent 0 2f259fa3e83a
child 19 aecbbf00d063
equal deleted inserted replaced
17:a1caeb42b3a3 18:fcdfafb36fe7
   590     const TInt borderThickness = iBorder.SizeDelta().iWidth;
   590     const TInt borderThickness = iBorder.SizeDelta().iWidth;
   591     const TSize pageContainerSize( iSize.iWidth - borderThickness, iSize.iHeight - borderThickness / 2 );
   591     const TSize pageContainerSize( iSize.iWidth - borderThickness, iSize.iHeight - borderThickness / 2 );
   592 
   592 
   593     if ( iIsForm )
   593     if ( iIsForm )
   594         {
   594         {
   595         iPageContainer->SetPageFormSized();
   595         iPageContainer->SetPageFormSized(Rect());
   596         }
   596         }
   597     else
   597     else
   598         {
   598         {
   599         iPageContainer->SetExtent( TPoint( iPosition.iX + borderThickness / 2, iPosition.iY ), pageContainerSize );
   599         iPageContainer->SetExtent( TPoint( iPosition.iX + borderThickness / 2, iPosition.iY ), pageContainerSize );
   600         }
   600         }