rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=ab035d5382667136cd3796939a4343584358a582

commit ab035d5382667136cd3796939a4343584358a582
Author: Vyacheslav Reutskiy <v.reuts...@samsung.com>
Date:   Tue Apr 25 16:51:15 2017 +0300

    theme: silence warning abount non fixed parts for panes
---
 data/themes/default/widgets/panes.edc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/data/themes/default/widgets/panes.edc 
b/data/themes/default/widgets/panes.edc
index 6b292a7..0750b13 100644
--- a/data/themes/default/widgets/panes.edc
+++ b/data/themes/default/widgets/panes.edc
@@ -710,6 +710,7 @@ group { name: "elm/panes/horizontal/pan_hide";
             max: -1 4;
             color_class: "select";
             color: 255 255 255 0;
+            fixed: 1 1;
             rel1 {
                offset: 0 1;
                to: "bar";
@@ -750,7 +751,7 @@ group { name: "elm/panes/horizontal/pan_hide";
          type: IMAGE;
          description { state: "default" 0.0;
             visible: 0;
-            fixed: 1 0;
+            fixed: 1 1;
             min: 102 2;
             max: 102 2;
             rel1 {

-- 


Reply via email to