Theme: label - Add fixed to silent warnings.

Summary:
Fix the edje calc error message.
ERR<41630>:edje lib/edje/edje_util.c:3465 _edje_object_size_min_restricted_calc()
file /usr/local/share/elementary/themes/default.edj, group
elm/label/base/slide_short has a non-fixed part 'elm.text'.
Adding 'fixed: 1 1;' to source EDC may help. Continuing discarding faulty part.

Test case:
elementary_test -to 'label slide' --> change sliding speed

Reviewers: cedric, singh.amitesh, herdsman, jpeg

Subscribers: mvsovani, alok25, sachin.dev

Differential Revision: https://phab.enlightenment.org/D3399
This commit is contained in:
Yeshwanth Reddivari 2015-12-07 18:24:12 +09:00 committed by Jean-Philippe Andre
parent 6081148d32
commit c5c228d5be
1 changed files with 6 additions and 0 deletions

View File

@ -133,6 +133,7 @@ group { name: "elm/label/base/slide_long";
min: 1 1;
ellipsis: -1;
}
fixed: 1 0;
}
description { state: "slide_begin" 0.0;
inherit: "default" 0.0;
@ -144,6 +145,7 @@ group { name: "elm/label/base/slide_long";
min: 1 1;
ellipsis: -1;
}
fixed: 1 0;
}
}
}
@ -246,6 +248,7 @@ group { name: "elm/label/base/slide_short";
min: 1 1;
ellipsis: -1;
}
fixed: 1 0;
}
description { state: "slide_begin" 0.0;
inherit: "default" 0.0;
@ -256,6 +259,7 @@ group { name: "elm/label/base/slide_short";
min: 1 1;
ellipsis: -1;
}
fixed: 1 0;
}
}
}
@ -369,6 +373,7 @@ group { name: "elm/label/base/slide_bounce";
min: 1 1;
ellipsis: -1;
}
fixed: 1 0;
}
description { state: "slide_begin" 0.0;
inherit: "default" 0.0;
@ -379,6 +384,7 @@ group { name: "elm/label/base/slide_bounce";
min: 1 1;
ellipsis: -1;
}
fixed: 1 0;
}
}
}