summaryrefslogtreecommitdiffstats
path: root/data/themes/default/edc/elm
diff options
context:
space:
mode:
authorOlliver Schinagl <o.schinagl@ultimaker.com>2015-05-08 13:34:57 (GMT)
committerOlliver Schinagl <o.schinagl@ultimaker.com>2015-05-08 13:34:57 (GMT)
commite48b78678df8c57ba7fe800d551d9b3d5038b595 (patch)
tree7294ae390d6841d2e8592ba6220a2ec3e61b8360 /data/themes/default/edc/elm
parentffe97c717b48d14b4ad5bf4e33e4dfbc070a5aa2 (diff)
downloadeulogium-e48b78678df8c57ba7fe800d551d9b3d5038b595.zip
eulogium-e48b78678df8c57ba7fe800d551d9b3d5038b595.tar.gz
eulogium-e48b78678df8c57ba7fe800d551d9b3d5038b595.tar.bz2
use smaller font for labels
Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
Diffstat (limited to 'data/themes/default/edc/elm')
-rw-r--r--data/themes/default/edc/elm/label.edc4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/themes/default/edc/elm/label.edc b/data/themes/default/edc/elm/label.edc
index 214aa12..e51fac8 100644
--- a/data/themes/default/edc/elm/label.edc
+++ b/data/themes/default/edc/elm/label.edc
@@ -1,7 +1,7 @@
group { name: "elm/label/base/default";
styles {
style { name: "label_style";
- base: "font="FN" font_size=10 text_class=tb_plain align=center color=#ffffffff style=shadow,bottom shadow_color=#00000080";
+ base: "font="FN" font_size=7 text_class=tb_plain align=center color=#ffffffff style=shadow,bottom shadow_color=#00000080";
tag: "br" "\n";
tag: "hilight" "+ font="FNBD" text_class=tb_light";
tag: "b" "+ font="FNBD" text_class=tb_light";
@@ -30,7 +30,7 @@ group { name: "elm/label/base/default";
group { name: "elm/label/base/marker";
styles {
style { name: "label_style2";
- base: "font="FNBD" font_size=10 text_class=tb_plain align=center color=#ffffffff style=shadow,bottom shadow_color=#00000080";
+ base: "font="FNBD" font_size=7 text_class=tb_plain align=center color=#ffffffff style=shadow,bottom shadow_color=#00000080";
tag: "br" "\n";
tag: "hilight" "+ font="FNBD" color=#3399ff text_class=tb_light";
tag: "b" "+ font="FNBD" color=#3399ff text_class=tb_light";