summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorShilpa Singh <shilpa.singh@samsung.com>2016-02-12 20:38:36 +0100
committerCedric BAIL <cedric@osg.samsung.com>2016-02-12 20:38:40 +0100
commita3e66305d7601fa4a62629ec2ceb29a1af274915 (patch)
tree5ff90d13b36dd52581fdc6b5966c712ad6516f99 /config
parent4c86a66f28876b68e92a90c8f741eed1130dd034 (diff)
downloadelementary-a3e66305d7601fa4a62629ec2ceb29a1af274915.tar.gz
spinner: add min, max filter
Summary: In spinner's entry allow numbers only with in min/max range Signed-off-by: Shilpa Singh <shilpa.singh@samsung.com> @feature Test Plan: 1. Set min/max value to spinner 2. Enter numbers beyond min/max value Reviewers: CHAN, cedric Reviewed By: cedric Subscribers: subodh6129, buds, govi, CHAN, cedric, raster, id213sin Differential Revision: https://phab.enlightenment.org/D3265 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
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 6a488c41b..f48f4a400 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 "spinner_min_max_filter_enable" uchar: 0;
group "color_palette" list {
group "Elm_Custom_Palette" struct {
value "palette_name" string: "default";
diff --git a/config/mobile/base.src.in b/config/mobile/base.src.in
index d3ec42ec0..8eca4b8f0 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 "spinner_min_max_filter_enable" uchar: 1;
group "color_palette" list {
group "Elm_Custom_Palette" struct {
value "palette_name" string: "default";
diff --git a/config/standard/base.src.in b/config/standard/base.src.in
index 6e8196c16..37c2cda1b 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 "spinner_min_max_filter_enable" uchar: 0;
group "color_palette" list {
group "Elm_Custom_Palette" struct {
value "palette_name" string: "default";