hermet pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=9dea21d1264f23d445113e486d43d2de58cfc7b7

commit 9dea21d1264f23d445113e486d43d2de58cfc7b7
Author: Hermet Park <her...@hermet.pe.kr>
Date:   Wed May 18 17:53:05 2016 +0900

    elementary/colorselector: apply scale factor.
    
    Some parts of ui have scale factor, but some don't
    Apply scale factor to whole parts for working properly.
---
 data/elementary/themes/edc/elm/colorsel.edc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/data/elementary/themes/edc/elm/colorsel.edc 
b/data/elementary/themes/edc/elm/colorsel.edc
index ec31257..cb5af47 100644
--- a/data/elementary/themes/edc/elm/colorsel.edc
+++ b/data/elementary/themes/edc/elm/colorsel.edc
@@ -363,6 +363,7 @@ group { name: "elm/colorselector/base/default";
    images.image: "col_sel_end_top.png" COMP;
    parts {
       part { name: "elm.bar_bg"; type: SWALLOW; mouse_events: 0;
+         scale: 1;
          description { state: "default" 0.0;
             min: 32 15;
             rel1.offset: 0 10;
@@ -466,6 +467,7 @@ group { name: "elm/colorselector/base/default";
       }
       part { name: "end1"; mouse_events: 0;
          clip_to: "clipper";
+         scale: 1;
          description { state: "default" 0.0;
             image.normal: "col_sel_end_top.png";
             FIXED_SIZE(11, 8)
@@ -478,6 +480,7 @@ group { name: "elm/colorselector/base/default";
       }
       part { name: "end2"; mouse_events: 0;
          clip_to: "clipper";
+         scale: 1;
          description { state: "default" 0.0;
             image.normal: "col_sel_end_bottom.png";
             FIXED_SIZE(11, 8)

-- 


Reply via email to