src/hbcore/gui/hbmenu.cpp
changeset 23 e6ad4ef83b23
parent 21 4633027730f5
child 28 b7da29130b0e
--- a/src/hbcore/gui/hbmenu.cpp	Wed Aug 18 10:05:37 2010 +0300
+++ b/src/hbcore/gui/hbmenu.cpp	Thu Sep 02 20:44:51 2010 +0300
@@ -127,11 +127,11 @@
         //This optimises case of options menu which otherwise updates its primitives twice.
         if (menuType ==  HbMenu::OptionsMenu)
             q->setFrameType(HbPopup::Strong);
-    	else
+        else
             q->setFrameType(HbPopup::Weak);
         if (polished)//This check can be removed once base class repolish is fixed.
             q->repolish();
-    }	
+    }   
 }
 
 void HbMenuPrivate::delayedLayout()