From c08d7e54fa0079d15963257c7ddf6e6721ce4954 Mon Sep 17 00:00:00 2001 From: Taeyoung Kim Date: Mon, 16 Sep 2013 22:43:46 +0900 Subject: Set button style on the crash popup - Fix the issue that button focus is not moved even if tab key is pressed Signed-off-by: Taeyoung Kim --- crash-popup/src/crash-popup.c | 1 + 1 file changed, 1 insertion(+) diff --git a/crash-popup/src/crash-popup.c b/crash-popup/src/crash-popup.c index c917f63..c4ede7a 100644 --- a/crash-popup/src/crash-popup.c +++ b/crash-popup/src/crash-popup.c @@ -130,6 +130,7 @@ static void add_sorry_popup(struct appdata *ad) bt1 = elm_button_add(pu); snprintf(buf, sizeof(buf), "%s", _("IDS_COM_BUTTON_CLOSE")); elm_object_text_set(bt1, buf); + elm_object_style_set(bt1, "popup"); elm_object_part_content_set(pu, "button1", bt1); evas_object_smart_callback_add(bt1, "clicked", popup_close_cb, ad); evas_object_show(pu); -- cgit v1.2.3