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
This commit is contained in:
Daniel Juyung Seo 2014-12-05 02:24:32 +09:00
parent b8e4341c78
commit 972e25c676
1 changed files with 1 additions and 1 deletions

View File

@ -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; \