uifw/EikStd/coctlsrc/EIKCOLIB.CPP
branchRCL_3
changeset 72 a5e7a4f63858
parent 64 85902f042028
equal deleted inserted replaced
64:85902f042028 72:a5e7a4f63858
   556                 screenRect,
   556                 screenRect,
   557                 AknLayoutScalable_Avkon::popup_fep_ituss_window( 0 ).LayoutLine() );
   557                 AknLayoutScalable_Avkon::popup_fep_ituss_window( 0 ).LayoutLine() );
   558             }
   558             }
   559         
   559         
   560         TRect wndRc( splitwnd.Rect() );
   560         TRect wndRc( splitwnd.Rect() );
   561 		
       
   562         if ( !Layout_Meta_Data::IsLandscapeOrientation() )
       
   563             {		
       
   564 			// include indicator pane height
       
   565             TAknWindowLineLayout indiPane = AknLayoutScalable_Avkon::icf_edit_indi_pane( 2 ).LayoutLine();
       
   566     		TAknLayoutRect indiRect;
       
   567     		indiRect.LayoutRect(splitwnd.Rect(), indiPane);
       
   568 	        wndRc.iTl.iY -= indiRect.Rect().Height();
       
   569 			}
       
   570 		
       
   571         inputTop = wndRc.iTl.iY;
   561         inputTop = wndRc.iTl.iY;
   572         rect.iBr.iY = rect.iBr.iY > inputTop ? inputTop : rect.iBr.iY;
   562         rect.iBr.iY = rect.iBr.iY > inputTop ? inputTop : rect.iBr.iY;
   573         rect.iTl.iY = 0;
   563         rect.iTl.iY = 0;
   574         }
   564         }
   575 
   565