uifw/EikStd/dlgsrc/EIKDPSEL.CPP
branchRCL_3
changeset 19 aecbbf00d063
parent 18 fcdfafb36fe7
child 20 d48ab3b357f1
equal deleted inserted replaced
18:fcdfafb36fe7 19:aecbbf00d063
   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         }