Apply notify winset changes
authorEunmi Son <eunmi.son@samsung.com>
Tue, 6 Nov 2012 06:58:21 +0000 (15:58 +0900)
committerEunmi Son <eunmi.son@samsung.com>
Tue, 6 Nov 2012 06:58:21 +0000 (15:58 +0900)
Change-Id: I8922df3366c72775c4f29c3f1bdc4d90e4b4f80e

packaging/ug-setting-manage-applications-efl.spec
view/src/mgr-app-view-app-list.c

index 3451738..88faf5e 100644 (file)
@@ -3,7 +3,7 @@
 
 Name:          ug-setting-manage-applications-efl
 Summary:       Manage Application package
-Version:       0.0.35
+Version:       0.0.37
 Release:       0
 Group:         Applications/System
 License:       Flora Software License
index 18df0d1..4750339 100755 (executable)
@@ -403,10 +403,10 @@ static void _notify_by_uninstall(void *data)
        struct ug_data *ugd = (struct ug_data*)data;
 
        Evas_Object *noti = elm_notify_add(ugd->navi_bar);
-       elm_notify_orient_set(noti, ELM_NOTIFY_ORIENT_BOTTOM);
+       elm_notify_align_set(noti, ELM_NOTIFY_ALIGN_FILL, 1.0);
 
        Evas_Object *layout = elm_layout_add(noti);
-       elm_layout_theme_set(layout, "standard", "selectioninfo", "vertical/bottom_12");
+       elm_layout_theme_set(layout, "standard", "selectioninfo", "center_text");
 
        elm_object_content_set(noti, layout);
        elm_notify_timeout_set(noti, 2);