[SegmentControl] CQ-H0100137367 1pxl seperation line was scalable, so on
authorPrince Kr Dubey <prince.dubey@samsung.com>
Thu, 24 Nov 2011 10:47:33 +0000 (16:17 +0530)
committerPrince Kr Dubey <prince.dubey@samsung.com>
Thu, 24 Nov 2011 10:47:33 +0000 (16:17 +0530)
downscaling it become invisible. Fix is I removed the scalability.

Change-Id: I3c167adca02ca8046d566be5031f48084a23e503

themes/groups/segmentedcontrol.edc

index 635af6a..0596f35 100644 (file)
@@ -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;