summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Philippe Andre <jp.andre@samsung.com>2016-03-17 16:40:09 +0900
committerJean-Philippe Andre <jp.andre@samsung.com>2016-03-17 16:40:09 +0900
commitfc419164ab3dbb2a800764134a5e90995252478a (patch)
tree0469ba1007fce7deedc8dfb7d0b19328e66cb19c
parentbd860627db6dcb93e92c04f774b7661b84f3acbd (diff)
downloadelementary-devs/jpeg/smooth_scaling.tar.gz
edc/button: Use linear scaling for buttonsdevs/jpeg/smooth_scaling
Nearest scaling is very bad for large buttons. Looks just terrible.
-rw-r--r--data/themes/edc/elm/button.edc6
1 files changed, 2 insertions, 4 deletions
diff --git a/data/themes/edc/elm/button.edc b/data/themes/edc/elm/button.edc
index 028b29a35..c56809eda 100644
--- a/data/themes/edc/elm/button.edc
+++ b/data/themes/edc/elm/button.edc
@@ -106,11 +106,10 @@ group { name: "elm/button/base/default";
image { "base"; nomouse;
desc { "default";
image.normal: "button_normal.png";
- image.border: 4 4 3 5;
+ image.border: 5 5 4 6;
image.middle: SOLID;
rel1.offset: -1 0;
rel2.offset: 0 1;
- fill.smooth: 0;
color_class: "button_bg";
}
desc { "pressed";
@@ -1773,11 +1772,10 @@ group { name: "elm/button/base/combobox_vertical/default";
image { "base"; nomouse;
desc { "default";
image.normal: "button_normal.png";
- image.border: 4 4 3 5;
+ image.border: 5 5 4 6;
image.middle: SOLID;
rel1.offset: -1 0;
rel2.offset: 0 1;
- fill.smooth: 0;
}
desc { "clicked";
inherit: "default";