camerauis/cameraapp/generic/src/CamCaptureSetupSlider.cpp
branchRCL_3
changeset 67 756ad29ed18e
parent 57 2c87b2808fd7
--- a/camerauis/cameraapp/generic/src/CamCaptureSetupSlider.cpp	Wed Sep 15 11:51:19 2010 +0300
+++ b/camerauis/cameraapp/generic/src/CamCaptureSetupSlider.cpp	Wed Oct 13 14:09:54 2010 +0300
@@ -583,7 +583,7 @@
 
     // We're starting again from scratch, so delete the old legend layouts
     iLegendArray.ResetAndDestroy();
-    if ( AknLayoutUtils::PenEnabled() ) 
+    if ( CamUtility::IsNhdDevice() ) 
         {
         TouchLayoutL();
         }
@@ -636,7 +636,7 @@
         {
         // Set the shaft layout and icon size for Contrast slider
         iShaftLayout.LayoutRect( sliderRect, 
-                              AknLayoutScalable_Apps::cset_slider_pane( 5 )  );
+                              AknLayoutScalable_Apps::cset_slider_pane( 7 )  );
         // set Contrast slider legend layouts      
         TouchContrastLayoutL( sliderRect ); 
         }