slider: fix edje warning for vertical style
authorJean-Philippe Andre <jp.andre@samsung.com>
Thu, 30 Jun 2016 07:09:09 +0000 (16:09 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Thu, 30 Jun 2016 07:11:32 +0000 (16:11 +0900)
Follow-up of D4117

data/elementary/themes/edc/elm/slider.edc

index dfefd8b..e94695b 100644 (file)
@@ -933,6 +933,7 @@ group { name: "elm/slider/vertical/default";
       part { name: "elm.swallow.icon"; type: SWALLOW;
          clip_to: "dis_clip";
          description { state: "default" 0.0;
+            fixed: 0 1;
             visible: 0;
             align: 0.5 0.0;
             rel1.offset: 2 0;
@@ -1010,6 +1011,7 @@ group { name: "elm/slider/vertical/default";
       part { name: "elm.swallow.end"; type: SWALLOW;
          clip_to: "dis_clip";
          description { state: "default" 0.0;
+            fixed: 0 1;
             visible: 0;
             align: 0.5 1.0;
             rel1.offset: 2 0;