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.
This commit is contained in:
Hermet Park 2016-05-18 17:53:05 +09:00
parent 2b8d93a5d1
commit 9dea21d126
1 changed files with 3 additions and 0 deletions

View 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)