uifw/EikStd/dlgsrc/EIKDPSEL.CPP
branchRCL_3
changeset 72 a5e7a4f63858
parent 56 d48ab3b357f1
equal deleted inserted replaced
64:85902f042028 72:a5e7a4f63858
   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(Rect());
   595         iPageContainer->SetPageFormSized();
   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         }