Fix bad progress bar position. 36/48736/2
authorDariusz Frankiewicz <d.frankiewic@samsung.com>
Fri, 25 Sep 2015 12:53:50 +0000 (14:53 +0200)
committerDariusz Frankiewicz <d.frankiewic@samsung.com>
Mon, 28 Sep 2015 07:12:57 +0000 (00:12 -0700)
[Issue]    N/A
[Problem]  Progress bar is invisible while page is loading.
[Cause]    Bad posiotion.
[Solution] Move progress bar down.
[Verify]   Load some page and check if progress bar is visible.

Change-Id: I0c628d60c46ae855dc517150bf235331846f7ed0
Signed-off-by: Dariusz Frankiewicz <d.frankiewic@samsung.com>
services/WebPageUI/edc/WebPageUI.edc

index a2de43b8d7cb056cc7347820d956d1f5f7e9518a..13983f4f76369193ea17d4fc106079f671eeb15d 100644 (file)
@@ -180,7 +180,7 @@ collections {
                 max: 1920 2;
                 rel1 {
                     relative: 0.0 0.0;
-                    offset: -12 -10;
+                    offset: 0 1;
                     to: "web_view";
                 }
                 rel2 { relative: 1.0 1.0; }