diff options
author | Prince Kr Dubey <prince.dubey@samsung.com> | 2011-11-24 16:17:33 +0530 |
---|---|---|
committer | Prince Kr Dubey <prince.dubey@samsung.com> | 2011-11-24 16:17:33 +0530 |
commit | 534a9e8b74abdf732ddbf041ce7881b9a664d199 (patch) | |
tree | 24e78bc74b463880abc46cd18b90ee8f0b4e39e6 /themes | |
parent | f0719cbae54cf0ab3a80d13353d3cab7334d5712 (diff) | |
download | efl-theme-tizen-534a9e8b74abdf732ddbf041ce7881b9a664d199.tar.gz efl-theme-tizen-534a9e8b74abdf732ddbf041ce7881b9a664d199.tar.bz2 efl-theme-tizen-534a9e8b74abdf732ddbf041ce7881b9a664d199.zip |
[SegmentControl] CQ-H0100137367 1pxl seperation line was scalable, so on
downscaling it become invisible. Fix is I removed the scalability.
Change-Id: I3c167adca02ca8046d566be5031f48084a23e503
Diffstat (limited to 'themes')
-rw-r--r-- | themes/groups/segmentedcontrol.edc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/themes/groups/segmentedcontrol.edc b/themes/groups/segmentedcontrol.edc index 635af6a7..0596f352 100644 --- a/themes/groups/segmentedcontrol.edc +++ b/themes/groups/segmentedcontrol.edc @@ -211,7 +211,6 @@ group { name: "elm/segment_control/item/default"; } part { name: "left_1pxl_padding"; type: RECT; - scale: 1; mouse_events: 0; description { state: "default" 0.0; visible: 0; @@ -235,7 +234,6 @@ group { name: "elm/segment_control/item/default"; } part { name: "right_1pxl_padding"; type: RECT; - scale: 1; mouse_events: 0; description { state: "default" 0.0; visible: 0; @@ -869,7 +867,6 @@ group { name: "elm/segment_control/item/body_style"; } part { name: "left_1pxl_padding"; type: RECT; - scale: 1; mouse_events: 0; description { state: "default" 0.0; visible: 0; @@ -893,7 +890,6 @@ group { name: "elm/segment_control/item/body_style"; } part { name: "right_1pxl_padding"; type: RECT; - scale: 1; mouse_events: 0; description { state: "default" 0.0; visible: 0; |