popup: remove max_sc_w because it's duplicate job
authorJinyong Park <j4939.park@samsung.com>
Tue, 28 Jun 2016 04:33:37 +0000 (13:33 +0900)
committerHermet Park <hermet@hermet.pe.kr>
Tue, 28 Jun 2016 04:37:04 +0000 (13:37 +0900)
commit5262fe7b9902d894eec9a82021b50e9afeecaaf5
treeacb1e3513babc2c56b0bb0f8ba859a21e291e916
parent2ce33e73a7d48d4b54a075c07f12c0162972f350
popup: remove max_sc_w because it's duplicate job

Summary:
max_sc_w decide popup's "content" area size when popup scrollable is TRUE.
but in popup's edc, "elm/popup/content/XXXX" has min size when scrollable is TRUE. (and it is content area layout)
max_sc_w has fixed value, so I think deciding by edc is better than fixed code.

Test Plan:
1. elementary_test -to popup
2. check "Enable popup scroll"
3. click any list item.
4. observe popup and compare before this patch.

Reviewers: singh.amitesh, herb, Hermet, raster

Subscribers: cedric, jpeg

Differential Revision: https://phab.enlightenment.org/D4113
src/lib/elementary/elc_popup.c
src/lib/elementary/elm_widget_popup.h