Black theme applyed
[apps/home/ug-wifi-direct.git] / popup-wifidirect / src / wfd-app-popup-view.c
index 9e3d187..f286b7d 100755 (executable)
@@ -334,7 +334,6 @@ static Evas_Object *wfd_draw_pop_type_c(Evas_Object * win, wfd_popup_t * pop)
        Evas_Object *btn1 = NULL, *btn2 = NULL;
 
        popup = elm_popup_add(win);
-
        evas_object_size_hint_weight_set(popup, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
        elm_object_text_set(popup, pop->text);
 
@@ -533,7 +532,6 @@ Evas_Object *wfd_draw_pop_type_display(Evas_Object * win, wfd_popup_t * pop)
        static wfd_wps_display_popup_t wps_display_popup;
 
        popup = elm_popup_add(win);
-
        evas_object_size_hint_weight_set(popup, EVAS_HINT_EXPAND, 0.0);
 
        Evas_Object *box = elm_box_add(popup);
@@ -647,7 +645,6 @@ Evas_Object *wfd_draw_pop_type_keypad(Evas_Object * win, wfd_popup_t * pop)
 
        pinpopup = elm_popup_add(layout);
        assertm_if(NULL == pinpopup, "pinpopup is NULL!!");
-
        evas_object_size_hint_weight_set(pinpopup, EVAS_HINT_EXPAND, 0.0);
        elm_object_part_text_set(pinpopup, "title,text", _("IDS_WFD_POP_TITILE_CONNECTION"));
 
@@ -836,4 +833,4 @@ void wfd_prepare_popup(int type, void *userdata)
 
        __WDPOP_LOG_FUNC_EXIT__;
        return;
-}
+}
\ No newline at end of file