camerauis/cameraapp/generic/src/CamBurstThumbnailContainer.cpp
branchRCL_3
changeset 67 756ad29ed18e
parent 57 2c87b2808fd7
equal deleted inserted replaced
62:f0c0788c4de2 67:756ad29ed18e
    94     layoutAreaRect = mainPaneRect;
    94     layoutAreaRect = mainPaneRect;
    95     layoutAreaRect.BoundingRect( statusPaneRect );
    95     layoutAreaRect.BoundingRect( statusPaneRect );
    96     
    96     
    97 
    97 
    98     TAknLayoutRect burstPaneRect;           
    98     TAknLayoutRect burstPaneRect;           
    99     if ( AknLayoutUtils::PenEnabled() )
    99     if ( CamUtility::IsNhdDevice() )
   100         {
   100         {
   101         // use layoutAreaRect for nhd (contains the statuspane)
   101         // use layoutAreaRect for nhd (contains the statuspane)
   102         burstPaneRect.LayoutRect( layoutAreaRect, AknLayoutScalable_Apps::main_cam4_burst_pane() );
   102         burstPaneRect.LayoutRect( layoutAreaRect, AknLayoutScalable_Apps::main_cam4_burst_pane() );
   103         // SetRect( layoutAreaRect );
   103         // SetRect( layoutAreaRect );
   104         }
   104         }