projects
/
profile
/
mobile
/
apps
/
native
/
taskmanager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa22e8b
)
item: fix line display issue.
42/67442/2
author
Lukasz Stanislawski
<l.stanislaws@samsung.com>
Tue, 26 Apr 2016 12:26:26 +0000
(14:26 +0200)
committer
Lukasz Stanislawski
<l.stanislaws@samsung.com>
Tue, 26 Apr 2016 13:15:57 +0000
(06:15 -0700)
Commit fixes line appearing over "Clear all" icon. Now the line starts
in the middle of clear all icon.
Change-Id: Icb348d5fbf13784b6dc9c92a73104e3ba6b45de8
res/edje/item.edc
patch
|
blob
|
history
diff --git
a/res/edje/item.edc
b/res/edje/item.edc
index
c3377f9
..
c935fe0
100644
(file)
--- a/
res/edje/item.edc
+++ b/
res/edje/item.edc
@@
-165,7
+165,7
@@
collections {
description {
state: "default" 0.0;
color: 255 255 255 255;
- rel1 { relative: 0.5 0.
0; to: "b
g"; }
+ rel1 { relative: 0.5 0.
5; to: "clear_im
g"; }
rel2 { relative: 0.5 1.0; to: "bg"; }
min: CLEAR_LINE_WIDTH 0;
visible: 1;