move anchor position
authorkeonpyo.kong <keonpyo.kong@samsung.com>
Thu, 30 May 2013 10:27:06 +0000 (19:27 +0900)
committerkeonpyo.kong <keonpyo.kong@samsung.com>
Thu, 30 May 2013 10:27:06 +0000 (19:27 +0900)
Change-Id: I93e07f42fe9b5e52500a06f95a3211b989ad9599
Signed-off-by: keonpyo.kong <keonpyo.kong@samsung.com>
project/src/ViewForm.cpp

index f94f419..1afa7da 100644 (file)
@@ -159,7 +159,7 @@ ViewForm::CreateAppWidgetView(const Tizen::Base::String& appId, const Tizen::Bas
        Footer* pFooter = GetFooter();
        Rectangle footerBounds = pFooter->GetBounds();
 
-       Point anchor(formBounds.width / 2, formBounds.height - footerBounds.height);
+       Point anchor(formBounds.width / 3, formBounds.height - footerBounds.height);
 
        __pContextMenu->SetAnchorPosition(anchor);
        __pContextMenu->AddActionEventListener(*this);