diff options
author | Jaehyun Cho <jae_hyun.cho@samsung.com> | 2020-06-11 18:57:30 +0900 |
---|---|---|
committer | WooHyun Jung <wh0705.jung@samsung.com> | 2020-06-11 18:57:30 +0900 |
commit | 6ff0241706ea1f823c626faced4e318c0b36e6c8 (patch) | |
tree | ac5990267eb520787272ff245cc0585be0462006 /src/bin/edje/edje_cc_handlers.c | |
parent | fc0281f32c34ee22b82819421f3f60746bda6b5c (diff) |
edje_cc_handlers: update documentation of "fixed" to be clearer
Summary:
Since "fixed" does not affect the group size by the part's min size, the
documentation is updated to be clearer.
Reviewers: woohyun, raster
Reviewed By: woohyun
Subscribers: cedric, #reviewers, #committers
Tags: #efl
Differential Revision: https://phab.enlightenment.org/D11934
Diffstat (limited to '')
-rw-r--r-- | src/bin/edje/edje_cc_handlers.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/edje/edje_cc_handlers.c b/src/bin/edje/edje_cc_handlers.c index 16996932ff..0ced3e3308 100644 --- a/src/bin/edje/edje_cc_handlers.c +++ b/src/bin/edje/edje_cc_handlers.c | |||
@@ -8830,8 +8830,8 @@ st_collections_group_parts_part_description_align(void) | |||
8830 | This affects the minimum size calculation. See | 8830 | This affects the minimum size calculation. See |
8831 | edje_object_size_min_calc() and edje_object_size_min_restricted_calc(). | 8831 | edje_object_size_min_calc() and edje_object_size_min_restricted_calc(). |
8832 | This tells the min size calculation routine that this part does not | 8832 | This tells the min size calculation routine that this part does not |
8833 | change size in width or height (1 for it doesn't, 0 for it does), so | 8833 | change group size in width or height (1 for it doesn't, 0 for it does), |
8834 | the routine should not try and expand or contract the part. | 8834 | so the routine should not try and expand or contract the group. |
8835 | 8835 | ||
8836 | Defaults: 0 0 | 8836 | Defaults: 0 0 |
8837 | @endproperty | 8837 | @endproperty |