Changed wifi passcode popup according to the UI guide 20/131420/1
authorAbhishek Sansanwal <abhishek.s94@samsung.com>
Mon, 29 May 2017 05:28:09 +0000 (10:58 +0530)
committerAbhishek Sansanwal <abhishek.s94@samsung.com>
Mon, 29 May 2017 05:32:07 +0000 (11:02 +0530)
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com>
Change-Id: Ib72eb3f2c1d82a02653e862dc0b1adf97f4182dc

src/layout/layout_network.c

index 06d1807..1b4e111 100644 (file)
@@ -1593,6 +1593,7 @@ static bool _draw_wifi_passcode_popup(struct _priv *priv, char *wifi_name,
                _ERR("Add popup failed");
                return false;
        }
+       elm_popup_align_set(popup, ELM_NOTIFY_ALIGN_FILL, ELM_NOTIFY_ALIGN_FILL);
 
        ly = utils_add_layout(popup, GRP_POPUP_PASSCODE, EINA_FALSE);
        if (!ly) {