emailuis/emailui/src/FreestyleEmailUiFolderListVisualiser.cpp
branchRCL_3
changeset 23 dcf0eedfc1a3
parent 20 efd4f1afd43e
equal deleted inserted replaced
22:d620048b4810 23:dcf0eedfc1a3
  2653 	 	AknLayoutUtils::LayoutMetricsRect( AknLayoutUtils::EControlPane, noToolbar);
  2653 	 	AknLayoutUtils::LayoutMetricsRect( AknLayoutUtils::EControlPane, noToolbar);
  2654 	 
  2654 	 
  2655 	 	
  2655 	 	
  2656 		if(!Layout_Meta_Data::IsLandscapeOrientation())
  2656 		if(!Layout_Meta_Data::IsLandscapeOrientation())
  2657 			{
  2657 			{
  2658 			iScreenRect.SetRect( 0, 0, iScreenRect.Width(),iScreenRect.Height() + noToolbar.Height()  );
  2658 			iScreenRect.SetRect( 0, 0, iScreenRect.Width(), iScreenRect.Height() );
  2659 			}
  2659 			}
  2660 		else
  2660 		else
  2661 			{
  2661 			{
  2662 			iScreenRect.SetRect( 0, 0, noToolbar.Width(),iScreenRect.Height());
  2662 			iScreenRect.SetRect( 0, 0, noToolbar.Width(), iScreenRect.Height() );
  2663 			}
  2663 			}
  2664         }
  2664         }
  2665 	else
  2665 	else
  2666 		{
  2666 		{
  2667         TRect cbr = iAppUi.LayoutHandler()->GetControlBarRect();
  2667         TRect cbr = iAppUi.LayoutHandler()->GetControlBarRect();