From 869408007916d4640593d5210a4b1d97754664f3 Mon Sep 17 00:00:00 2001 From: Olliver Schinagl Date: Fri, 8 May 2015 15:35:40 +0200 Subject: use smaller font on the progress bar Signed-off-by: Olliver Schinagl --- data/themes/default/edc/elm/progress.edc | 12 ++++++------ 1 file 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; -- cgit v0.12