summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJinyong Park <j4939.park@samsung.com>2016-05-17 10:22:07 +0900
committerJaehwan Kim <jae.hwan.kim@samsung.com>2016-05-17 10:22:07 +0900
commit1b765359ee4603b3b1713ca6973cecc072617b72 (patch)
tree15c00e7cdad3db751fd376a81e92f2ef46f6bf20 /config
parent988fe37232c62280400d574cd4f4750a93a6e484 (diff)
downloadefl-1b765359ee4603b3b1713ca6973cecc072617b72.tar.gz
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')
-rw-r--r--config/default/base.src.in1
-rw-r--r--config/mobile/base.src.in1
-rw-r--r--config/standard/base.src.in1
3 files changed, 3 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 {
diff --git a/config/mobile/base.src.in b/config/mobile/base.src.in
index ace09b7aa3..d753de513e 100644
--- a/config/mobile/base.src.in
+++ b/config/mobile/base.src.in
@@ -102,6 +102,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: 1;
group "color_palette" list {
group "Elm_Custom_Palette" struct {
diff --git a/config/standard/base.src.in b/config/standard/base.src.in
index 4b81b87670..cf0d7736d4 100644
--- a/config/standard/base.src.in
+++ b/config/standard/base.src.in
@@ -99,6 +99,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 {