slider: fix edje warning

Summary:
ERR<18878>:edje lib/edje/edje_calc.c:2767 _edje_part_recalc_single() file /usr/local/share/elementary/themes/default.edj, group elm/slider/horizontal/default has a non-fixed part 'elm.swallow.icon'. You should add 'fixed: 1 0'. But in order to optimize the edje calc, we add it automatically.
ERR<18878>:edje lib/edje/edje_calc.c:2767 _edje_part_recalc_single() file /usr/local/share/elementary/themes/default.edj, group elm/slider/horizontal/default has a non-fixed part 'elm.swallow.end'. You should add 'fixed: 1 0'. But in order to optimize the edje calc, we add it automatically.

Test Plan: Launch an app with slider, open the slider and observe the console output

Reviewers: cedric, singh.amitesh, jpeg

Subscribers: seoz, minkyu

Differential Revision: https://phab.enlightenment.org/D4117
This commit is contained in:
Shuhrat Dehkanov 2016-06-30 16:05:28 +09:00 committed by Jean-Philippe Andre
parent fd63a2c80d
commit 0757e209d2
1 changed files with 2 additions and 0 deletions

View File

@ -216,6 +216,7 @@ group { name: "elm/slider/horizontal/default";
part { name: "elm.swallow.icon"; type: SWALLOW;
clip_to: "dis_clip";
description { state: "default" 0.0;
fixed: 1 0;
visible: 0;
align: 0.0 0.5;
rel1.offset: 0 2;
@ -292,6 +293,7 @@ group { name: "elm/slider/horizontal/default";
part { name: "elm.swallow.end"; type: SWALLOW;
clip_to: "dis_clip";
description { state: "default" 0.0;
fixed: 1 0;
visible: 0;
align: 1.0 0.5;
rel1.offset: 0 2;