seoz pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=77f04a39bca7041fa5af319efc3979cdffb22bd9

commit 77f04a39bca7041fa5af319efc3979cdffb22bd9
Author: Daniel Juyung Seo <[email protected]>
Date:   Fri Dec 5 02:24:32 2014 +0900

    datetime: Fix edc sizing issue by putting fixed: 1 1.
    
    Datetime edc is wrongly designed. Setting heuristic min value for the part 
is bad :(
    This is a hotfix for the following error message when there is a button
    for AMPM.
    
    group elm/datetime/base/default has a non-fixed part 'field3'. Adding
    'fixed: 1 1;' to source EDC may help. Continuing discarding faulty part.
    
    @fix
---
 data/themes/edc/elm/datetime.edc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/themes/edc/elm/datetime.edc b/data/themes/edc/elm/datetime.edc
index 28708aa..a628a76 100644
--- a/data/themes/edc/elm/datetime.edc
+++ b/data/themes/edc/elm/datetime.edc
@@ -7,7 +7,7 @@
          visible: 0; \
          min: 0 0; \
          align: 0.0 0.5; \
-         fixed: 1 0; \
+         fixed: 1 1; \
          rel1.relative: 1.0 0.0; \
          rel1.to: "separator"#_pos; \
          rel2.relative: 1.0 1.0; \

-- 


Reply via email to