summaryrefslogtreecommitdiffstats
path: root/data/themes/default/edc/elm
diff options
context:
space:
mode:
authorOlliver Schinagl <o.schinagl@ultimaker.com>2015-04-30 09:36:26 (GMT)
committerOlliver Schinagl <o.schinagl@ultimaker.com>2015-04-30 09:36:26 (GMT)
commit2e792c31f5ebef06258328036297cde9f3d65837 (patch)
treec728ca770f1bfe115f2cfc33043ecd142c0b7ef8 /data/themes/default/edc/elm
parentb06aa92ae83bb0bb5951d52ce3e9c9bcfcef4e98 (diff)
downloadeulogium-2e792c31f5ebef06258328036297cde9f3d65837.zip
eulogium-2e792c31f5ebef06258328036297cde9f3d65837.tar.gz
eulogium-2e792c31f5ebef06258328036297cde9f3d65837.tar.bz2
Remove shadow and glows from progressbar
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/progress.edc4
1 files changed, 0 insertions, 4 deletions
diff --git a/data/themes/default/edc/elm/progress.edc b/data/themes/default/edc/elm/progress.edc
index 23c4a22..59e68ae 100644
--- a/data/themes/default/edc/elm/progress.edc
+++ b/data/themes/default/edc/elm/progress.edc
@@ -112,7 +112,6 @@ group { name: "elm/progressbar/horizontal/default";
}
}
part { name: "elm.text"; type: TEXT; mouse_events: 0;
- effect: SHADOW BOTTOM;
scale: 1;
description { state: "default" 0.0;
fixed: 1 1;
@@ -327,7 +326,6 @@ group { name: "elm/progressbar/horizontal/default";
}
part { name: "elm.text.status"; type: TEXT; mouse_events: 0;
scale: 1;
- effect: GLOW;
description { state: "default" 0.0;
fixed: 1 1;
rel1.to: "inside";
@@ -669,7 +667,6 @@ group { name: "elm/progressbar/vertical/default";
}
}
part { name: "elm.text"; type: TEXT; mouse_events: 0;
- effect: SHADOW BOTTOM;
scale: 1;
description { state: "default" 0.0;
fixed: 1 1;
@@ -893,7 +890,6 @@ group { name: "elm/progressbar/vertical/default";
}
part { name: "elm.text.status"; type: TEXT; mouse_events: 0;
scale: 1;
- effect: GLOW;
description { state: "default" 0.0;
fixed: 1 1;
rel1.to: "statbox";