summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaehyun Cho <jae_hyun.cho@samsung.com>2020-06-11 18:57:30 +0900
committerStefan Schmidt <s.schmidt@samsung.com>2020-06-15 15:43:53 +0200
commitb9d126d2e2c45b5e1a856dd621af30761b2cc3ab (patch)
tree4356bc2506c42c8a2e9286607b33c2716ccb7449
parent324029062b6ece6964872148e8e5d68cbacd911e (diff)
downloadefl-b9d126d2e2c45b5e1a856dd621af30761b2cc3ab.tar.gz
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
-rw-r--r--src/bin/edje/edje_cc_handlers.c4
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)
This affects the minimum size calculation. See
edje_object_size_min_calc() and edje_object_size_min_restricted_calc().
This tells the min size calculation routine that this part does not
- change size in width or height (1 for it doesn't, 0 for it does), so
- the routine should not try and expand or contract the part.
+ change group size in width or height (1 for it doesn't, 0 for it does),
+ so the routine should not try and expand or contract the group.
Defaults: 0 0
@endproperty