hermet pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=8bd8aa8f6764fe4552fd38db0e599d94f108dcad

commit 8bd8aa8f6764fe4552fd38db0e599d94f108dcad
Author: Hermet Park <her...@hermet.pe.kr>
Date:   Tue Jan 26 19:34:46 2016 +0900

    Fix toogle icon sizing issue.
    
    Strangely, toggle couldn't afford it's icon space
    at elementary_test -> check toggle.
    
    Following to default style which is normal to avoid this wierd look.
---
 data/themes/edc/elm/check.edc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/data/themes/edc/elm/check.edc b/data/themes/edc/elm/check.edc
index 431cdc7..10ecd0e 100644
--- a/data/themes/edc/elm/check.edc
+++ b/data/themes/edc/elm/check.edc
@@ -677,7 +677,6 @@ group { name: "elm/check/base/toggle";
             inherit: "default" 0.0;
             fixed: 0 0;
             visible: 1;
-            aspect: 1.0 1.0; aspect_preference: VERTICAL;
             min: 16 16;
          }
       }

-- 


Reply via email to