summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorOlliver Schinagl <o.schinagl@ultimaker.com>2015-05-08 13:35:40 (GMT)
committerOlliver Schinagl <o.schinagl@ultimaker.com>2015-05-08 13:35:40 (GMT)
commit869408007916d4640593d5210a4b1d97754664f3 (patch)
tree291ff7c119a31686d70bf0e0e8428db094ef3f20 /data
parente48b78678df8c57ba7fe800d551d9b3d5038b595 (diff)
downloadeulogium-869408007916d4640593d5210a4b1d97754664f3.zip
eulogium-869408007916d4640593d5210a4b1d97754664f3.tar.gz
eulogium-869408007916d4640593d5210a4b1d97754664f3.tar.bz2
use smaller font on the progress bar
Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
Diffstat (limited to 'data')
-rw-r--r--data/themes/default/edc/elm/progress.edc12
1 files changed, 6 insertions, 6 deletions
diff --git a/data/themes/default/edc/elm/progress.edc b/data/themes/default/edc/elm/progress.edc
index 59e68ae..e301d53 100644
--- a/data/themes/default/edc/elm/progress.edc
+++ b/data/themes/default/edc/elm/progress.edc
@@ -95,7 +95,7 @@ group { name: "elm/progressbar/horizontal/default";
description { state: "default" 0.0;
fixed: 1 1;
visible: 0;
- text { font: FN; size: 10;
+ text { font: FN; size: 6;
min: 0 0;
text_class: "progressbar_text";
}
@@ -124,7 +124,7 @@ group { name: "elm/progressbar/horizontal/default";
rel2.offset: -1 -3;
color: FN_COL_DEFAULT;
color_class: "progressbar_text";
- text { font: FN; size: 10;
+ text { font: FN; size: 6;
text_class: "progressbar";
min: 0 0;
align: 0.0 0.5;
@@ -332,7 +332,7 @@ group { name: "elm/progressbar/horizontal/default";
rel2.to: "inside";
color_class: "progress_status";
align: 1.0 0.5;
- text { font: FN; size: 10;
+ text { font: FN; size: 6;
min: 0 1;
text_class: "progress_status";
align: 1.0 0.5;
@@ -650,7 +650,7 @@ group { name: "elm/progressbar/vertical/default";
description { state: "default" 0.0;
fixed: 1 1;
visible: 0;
- text { font: FN; size: 10;
+ text { font: FN; size: 6;
min: 0 0;
text_class: "progressbar_text";
}
@@ -679,7 +679,7 @@ group { name: "elm/progressbar/vertical/default";
rel2.offset: -3 -1;
color: FN_COL_DEFAULT;
color_class: "progressbar_text";
- text { font: FN; size: 10;
+ text { font: FN; size: 6;
text_class: "progressbar";
min: 0 0;
align: 0.5 0.0;
@@ -896,7 +896,7 @@ group { name: "elm/progressbar/vertical/default";
rel2.to: "statbox";
color_class: "progress_status";
align: 1.0 0.5;
- text { font: FN; size: 10;
+ text { font: FN; size: 6;
min: 0 1;
text_class: "progress_status";
align: 1.0 0.5;