rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=a997a7c9502544689e7b2cf43be6bfd528f37da0

commit a997a7c9502544689e7b2cf43be6bfd528f37da0
Author: Vyacheslav Reutskiy <v.reuts...@samsung.com>
Date:   Thu Jul 9 07:58:42 2015 +0300

    Property: multiplier min value should be 0
    
    @fix
    
    Change-Id: I3323707b848a89b2601ded0e175ebeca02aa4c08
---
 src/bin/ui/blocks/ui_property.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/ui/blocks/ui_property.c b/src/bin/ui/blocks/ui_property.c
index 0b8dfae..cb1c9e9 100644
--- a/src/bin/ui/blocks/ui_property.c
+++ b/src/bin/ui/blocks/ui_property.c
@@ -1371,7 +1371,7 @@ STATE_ATTR_2SPINNER(_("aspect ratio"), state, aspect_min, 
aspect_max, state, 0,
                    _("Normally width and height can be resized to any values 
independently"),
                    _("Normally width and height can be resized to any values 
independently"),
                    100, double, VAL_DOUBLE)
-STATE_ATTR_2SPINNER(_("multiplier"), state, minmul_w, minmul_h, state, 1.0, 
9999.0, 0.1, "%.1f", "w:", "", "h:", "",
+STATE_ATTR_2SPINNER(_("multiplier"), state, minmul_w, minmul_h, state, 0.0, 
9999.0, 0.1, "%.1f", "w:", "", "h:", "",
                     _("The minimal part width value multiplier for current 
state"),
                     _("The minimal part height value multiplier for current 
state"),
                     1, double, VAL_DOUBLE)

-- 


Reply via email to