popup: remove max_sc_w because it's duplicate job 33/76933/3
authorJinyong Park <j4939.park@samsung.com>
Tue, 28 Jun 2016 05:15:15 +0000 (14:15 +0900)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Tue, 28 Jun 2016 08:08:53 +0000 (01:08 -0700)
commitf8999f1811d262dd380e13a3af42d027838edd87
treeea20932a8a410e2d9f4f28750d24223be49fda14
parentc7ad67a2cff0e0fc2e9915c0c44dc8e39dd83875
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.

Differential Revision: https://phab.enlightenment.org/D4113

Change-Id: I6bceeab859777724f6d064b73fe033a987e08d56
Signed-off-by: Jinyong Park <j4939.park@samsung.com>
src/lib/elc_popup.c
src/lib/elm_widget_popup.h