uifw/EikStd/dlgsrc/EIKDPSEL.CPP
branchRCL_3
changeset 56 d48ab3b357f1
parent 55 aecbbf00d063
child 72 a5e7a4f63858
equal deleted inserted replaced
55:aecbbf00d063 56:d48ab3b357f1
   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         }