summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorOlliver Schinagl <o.schinagl@ultimaker.com>2015-04-27 14:53:13 (GMT)
committerOlliver Schinagl <o.schinagl@ultimaker.com>2015-04-28 05:07:16 (GMT)
commit79d339935e7907f54d36c90b483debb1690c3c24 (patch)
treebd50c32035ccaf9c2b9a4b1edb18e370dd1ac8a3 /data
parent075286b271d89df6cc47c617c227bd26135d9103 (diff)
downloadeulogium-79d339935e7907f54d36c90b483debb1690c3c24.zip
eulogium-79d339935e7907f54d36c90b483debb1690c3c24.tar.gz
eulogium-79d339935e7907f54d36c90b483debb1690c3c24.tar.bz2
make corners of button a 1px smaller
Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
Diffstat (limited to 'data')
-rw-r--r--data/themes/default/edc/elm/button.edc2
-rw-r--r--data/themes/default/img/button_normal.pngbin249 -> 245 bytes
-rw-r--r--data/themes/default/img/button_outline.pngbin255 -> 272 bytes
3 files changed, 1 insertions, 1 deletions
diff --git a/data/themes/default/edc/elm/button.edc b/data/themes/default/edc/elm/button.edc
index 3ced638..0ca594e 100644
--- a/data/themes/default/edc/elm/button.edc
+++ b/data/themes/default/edc/elm/button.edc
@@ -73,7 +73,7 @@ group { name: "elm/button/base/default";
part { name: "base"; mouse_events: 0;
description { state: "default" 0.0;
image.normal: "button_outline.png";
- image.border: 14 14 14 14;
+ image.border: 13 13 13 13;
image.middle: SOLID;
rel1.offset: 0 0;
rel2.offset: -1 -1;
diff --git a/data/themes/default/img/button_normal.png b/data/themes/default/img/button_normal.png
index 5325db6..f912a66 100644
--- a/data/themes/default/img/button_normal.png
+++ b/data/themes/default/img/button_normal.png
Binary files differ
diff --git a/data/themes/default/img/button_outline.png b/data/themes/default/img/button_outline.png
index 3378a9c..5d2bed6 100644
--- a/data/themes/default/img/button_outline.png
+++ b/data/themes/default/img/button_outline.png
Binary files differ