elementary/colorselector: apply scale factor.
authorHermet Park <hermet@hermet.pe.kr>
Wed, 18 May 2016 08:53:05 +0000 (17:53 +0900)
committerHermet Park <hermet@hermet.pe.kr>
Wed, 18 May 2016 08:53:05 +0000 (17:53 +0900)
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

index ec31257..cb5af47 100644 (file)
@@ -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)