equal
deleted
inserted
replaced
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 } |