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:
19de16f
)
Fix clear all item line alignment
16/149116/1
submit/tizen/20170912.085323
author
Kamil Lipiszko
<k.lipiszko@samsung.com>
Mon, 11 Sep 2017 12:40:26 +0000
(14:40 +0200)
committer
Kamil Lipiszko
<k.lipiszko@samsung.com>
Mon, 11 Sep 2017 12:43:03 +0000
(14:43 +0200)
Change-Id: I355316ac69f13c7c6e78366e61e9a2b0d5aa9b9e
Signed-off-by: Kamil Lipiszko <k.lipiszko@samsung.com>
res/edje/item.edc
patch
|
blob
|
history
diff --git
a/res/edje/item.edc
b/res/edje/item.edc
index
0f02381
..
e8d25a2
100644
(file)
--- a/
res/edje/item.edc
+++ b/
res/edje/item.edc
@@
-172,11
+172,14
@@
collections {
scale: 1;
description {
state: "default";
- rel1 { relative: 0.5 0.5; to: "clear_img"; }
+ rel1 {
+ relative: 0.0 0.5;
+ to_y: "clear_img";
+ }
color: 255 255 255 255;
min: CLEAR_LINE_WIDTH 0;
max: CLEAR_LINE_WIDTH -1;
- align: 0.
0
1.0;
+ align: 0.
5
1.0;
}
}
part {