E module themes: Improve sizing wrt to text.

This commit is contained in:
Stephen 'Okra' Houston 2017-01-07 11:29:13 -06:00
parent 46a1bc2d22
commit 0cf00dbcdf
3 changed files with 2 additions and 8 deletions

View File

@ -7,8 +7,6 @@ group { name: "e/modules/battery/main";
images.image: "bat_top0.png" COMP;
images.image: "bat_top1.png" COMP;
images.image: "glow_med_white.png" COMP;
min: 16 16;
max: 160 160;
script {
public message(Msg_Type:type, id, ...) {
if ((type == MSG_FLOAT) && (id == 1)) {

View File

@ -30,8 +30,6 @@ group { name: "e/modules/cpufreq/main";
image { image: "knob_sz_06.png" COMP; size: 13 13 14 14; }
image { image: "knob_sz_04.png" COMP; size: 0 0 12 12; }
}
min: 16 16;
max: 160 160;
script {
public available_frequencies;
public available_governors;

View File

@ -2,8 +2,6 @@ group { name: "e/modules/temperature/main";
images.image: "therm_content.png" COMP;
images.image: "therm_shadow.png" COMP;
images.image: "therm_shine.png" COMP;
min: 16 16;
max: 128 128;
script {
public message(Msg_Type:type, id, ...) {
if ((type == MSG_FLOAT) && (id == 1)) {
@ -44,8 +42,8 @@ group { name: "e/modules/temperature/main";
description { state: "default" 0.0;
color_class: "module_label_invisible";
color3: 255 255 255 255;
text { font: FN; size: 10;
min: 1 1;
text { font: FN; size: 9;
fit: 1 1;
ellipsis: -1;
text_class: "module_small";
}