From 9dea21d1264f23d445113e486d43d2de58cfc7b7 Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Wed, 18 May 2016 17:53:05 +0900 Subject: [PATCH] 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 ec31257a66..cb5af47238 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)