cedric pushed a commit to branch master.

http://git.enlightenment.org/misc/ephysics_tests.git/commit/?id=23138ef8b52614be5991a57cd1e08340a34a7d67

commit 23138ef8b52614be5991a57cd1e08340a34a7d67
Author: Youngbok Shin <youngb.s...@samsung.com>
Date:   Fri Nov 20 04:08:55 2015 +0100

    ephysics_test: remove error messages from edje calculations.
    
    Summary:
    There was missing [fixed] attributes in some parts.
    It caused a lot of error messages when it loads edje.
    @fix
    
    Test Plan:
    1. Run ephysics_test and click any test cases.
    2. See error messages from your console.
    
    Reviewers: cedric, dorileo, bdilly
    
    Subscribers: CHAN
    
    Differential Revision: https://phab.enlightenment.org/D3320
    
    Signed-off-by: Cedric BAIL <ced...@osg.samsung.com>
---
 data/themes/frame.edc       | 1 +
 data/themes/loading_bar.edc | 1 +
 2 files changed, 2 insertions(+)

diff --git a/data/themes/frame.edc b/data/themes/frame.edc
index 48fd754..6bc634c 100644
--- a/data/themes/frame.edc
+++ b/data/themes/frame.edc
@@ -129,6 +129,7 @@
                         "  Y Axis  <tab> J - K<br>"
                         "  Z Axis <tab> F - G";
                }
+               fixed: 1 1;
             }
             description {
                state: "msg1" 0.0;
diff --git a/data/themes/loading_bar.edc b/data/themes/loading_bar.edc
index 0b962d9..1ec78a4 100644
--- a/data/themes/loading_bar.edc
+++ b/data/themes/loading_bar.edc
@@ -34,6 +34,7 @@
                rel2.to: "bar";
                align: 0 0.5;
                image.normal: "loading_knob.png";
+               fixed: 1 1;
             }
             description {
                state: "end" 0.0;

-- 


Reply via email to