summaryrefslogtreecommitdiffstats
path: root/data/themes/default/edc/elm/separator.edc
diff options
context:
space:
mode:
authorOlliver Schinagl <o.schinagl@ultimaker.com>2015-04-23 08:05:48 (GMT)
committerOlliver Schinagl <o.schinagl@ultimaker.com>2015-04-28 05:07:15 (GMT)
commit063e3ec8a5ffb5a0a76e4be602f06d55a36d73da (patch)
tree95fe509b74b778629d890f3a831c445d746f1897 /data/themes/default/edc/elm/separator.edc
parent9a2441307fd3ac0918977564323a0e0c6e3d56f4 (diff)
downloadeulogium-063e3ec8a5ffb5a0a76e4be602f06d55a36d73da.zip
eulogium-063e3ec8a5ffb5a0a76e4be602f06d55a36d73da.tar.gz
eulogium-063e3ec8a5ffb5a0a76e4be602f06d55a36d73da.tar.bz2
Define custom separator theme
Add a new ultimaker styled separator This patch should get a forward port from an earlier patch also touching this stuff. Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
Diffstat (limited to '')
-rw-r--r--data/themes/default/edc/elm/separator.edc6
1 files changed, 3 insertions, 3 deletions
diff --git a/data/themes/default/edc/elm/separator.edc b/data/themes/default/edc/elm/separator.edc
index 71d2b48..009763e 100644
--- a/data/themes/default/edc/elm/separator.edc
+++ b/data/themes/default/edc/elm/separator.edc
@@ -4,9 +4,9 @@ group {name: "elm/separator/horizontal/default";
description {state: "default" 0.0;
min: 1 1;
max: 99999 1;
- color_class: "seperator";
- rel1.offset: 2 2;
- rel2.offset: -2 -2;
+ color_class: "separator";
+ rel1.offset: 1 1;
+ rel2.offset: -1 -1;
}
}
}