diff options
author | Jinyong Park <j4939.park@samsung.com> | 2016-05-17 10:22:07 +0900 |
---|---|---|
committer | Jaehwan Kim <jae.hwan.kim@samsung.com> | 2016-05-17 10:22:07 +0900 |
commit | 1b765359ee4603b3b1713ca6973cecc072617b72 (patch) | |
tree | 15c00e7cdad3db751fd376a81e92f2ef46f6bf20 /config/default | |
parent | 988fe37232c62280400d574cd4f4750a93a6e484 (diff) |
popup: add popup default scrollable flag config for other profiles.
Summary:
The default scrollable flag of popup can be different in each profiles.
So I added the scrollable configuration of popup.
@feature
Test Plan:
1. Before
1) elementary_test -to popup
2) resize window to smaller
3) Click 15th item, "popup-center-title + genlist content + 1 button"
4) Then popup will show, but its list is very long, only small part of popup could be shown.
2. After Patch
1) change "popup_scroller" value to 1 in base.src, then run elementary_test -to popup or ELM_POPUP_SCROLLABLE=1 elemantary_test -to popup
2) resize window to smaller
3) Click 15th item, "popup-center-title + genlist content + 1 button"
4) Then popup will show, popup's genlist will be in scroller, so entire popup can be shown.
Reviewers: jaehwan, id213sin, cedric, raster, singh.amitesh, SanghyeonLee, Hermet
Subscribers: Hermet, minkyu, herb, jpeg
Differential Revision: https://phab.enlightenment.org/D3856
Diffstat (limited to 'config/default')
-rw-r--r-- | config/default/base.src.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/default/base.src.in b/config/default/base.src.in index b7270b328a..bd2ec066c6 100644 --- a/config/default/base.src.in +++ b/config/default/base.src.in @@ -98,6 +98,7 @@ group "Elm_Config" struct { value "naviframe_prev_btn_auto_pushed" uchar: 1; value "popup_horizontal_align" double: 0.5; value "popup_vertical_align" double: 0.5; + value "popup_scrollable" uchar: 0; value "spinner_min_max_filter_enable" uchar: 0; group "color_palette" list { group "Elm_Custom_Palette" struct { |