seoz pushed a commit to branch master.

commit 2fb434574cde0c65ddee6d7e66d82423999dad7e
Author: Daniel Juyung Seo <[email protected]>
Date:   Thu Apr 18 13:16:58 2013 +0900

    config.c: Set the minimum scroll acceleration weight to 1.0.
    
    Having weight less than 1.0 doesn't make any sense.
---
 src/bin/config.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/config.c b/src/bin/config.c
index 7138493..1e57ca8 100644
--- a/src/bin/config.c
+++ b/src/bin/config.c
@@ -2886,7 +2886,7 @@ _status_config_scrolling(Evas_Object *win,
    elm_slider_span_size_set(sl, 120);
    elm_slider_unit_format_set(sl, "%1.1f");
    elm_slider_indicator_format_set(sl, "%1.1f");
-   elm_slider_min_max_set(sl, 0.0, 10.0);
+   elm_slider_min_max_set(sl, 1.0, 10.0);
    elm_slider_value_set(sl, 
elm_config_scroll_thumbscroll_acceleration_weight_get());
    elm_box_pack_end(bx, sl);
    evas_object_show(sl);

-- 

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter

Reply via email to