allow battery reading to be bigger by minor overlap with + sign

This commit is contained in:
Carsten Haitzler 2014-02-23 21:24:07 +09:00
parent ed3268efd3
commit 27b45c051b
1 changed files with 3 additions and 2 deletions

View File

@ -220,9 +220,10 @@ group { name: "e/modules/battery/main";
rel2.relative: 1.0 0.0;
rel2.to_x: "bg";
rel2.to_y: "pwr";
rel2.offset: -1 2;
color: 255 255 255 255;
color_class: "module_label";
text { font: "Sans"; size: 6;
text { font: "Sans"; size: 8;
min: 0 1;
fit: 1 1;
text_class: "module_small";
@ -241,7 +242,7 @@ group { name: "e/modules/battery/main";
rel2.to: "bg";
color: 255 255 255 255;
color_class: "module_label";
text { font: "Sans"; size: 6;
text { font: "Sans"; size: 8;
min: 0 1;
fit: 1 1;
text_class: "module_small";