illogict pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=329faede52765f69faba258287cedbae6cf7659e

commit 329faede52765f69faba258287cedbae6cf7659e
Author: Chidambar Zinnoury <chidambar.zinno...@zefla.fr>
Date:   Tue Dec 29 18:18:09 2015 +0100

     elementary spinner: Disable dragging over the decrease and increase 
buttons in the default theme.
    
     Previously, clicking and holding the decrease or increase button would 
start the drag mode, which made the buttons pretty much unusable on a 
touchscreen.
    
     Now, it is only set over the text button as expected.
    
     For the record, dragging is unusable for a small count of discrete values 
as the value will change for each and every pixel movement–have a go at the 
months spinner test.
---
 data/themes/edc/elm/spinner.edc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/data/themes/edc/elm/spinner.edc b/data/themes/edc/elm/spinner.edc
index b2d1a29..b2254bb 100644
--- a/data/themes/edc/elm/spinner.edc
+++ b/data/themes/edc/elm/spinner.edc
@@ -106,8 +106,8 @@ group { name: "elm/spinner/base/default";
          dragable.y: 0 0 0;
          description { state: "default" 0.0;
             fixed: 1 0;
-            rel1.to: "inset";
-            rel2.to: "inset";
+            rel1.to: "elm.swallow.text_button";
+            rel2.to: "elm.swallow.text_button";
             color: 0 0 0 0;
          }
       }

-- 


Reply via email to