Make text fit inside the gadget

This commit is contained in:
maxerba 2016-08-18 16:32:39 +02:00
parent e70a0ffe50
commit e3650e8ca6
1 changed files with 6 additions and 6 deletions

12
net.edc
View File

@ -91,13 +91,13 @@ collections
{
relative: 0.0 0.0;
offset: 0 0;
to: "base";
to: "overlay";
}
rel2
{
relative: 1.0 0.5;
offset: -1 0;
to: "base";
to: "overlay";
}
color: 255 255 255 255;
color2: 0 0 0 50;
@ -108,7 +108,7 @@ collections
text: "Rx:";
font: "Sans:style=Bold";
size: 10;
min: 1 1;
min: 0 1;
align: 0.5 0.5;
text_class: "menu_item";
elipsis: 0.0;
@ -136,13 +136,13 @@ collections
{
relative: 0.0 0.5;
offset: 0 0;
to: "base";
to: "overlay";
}
rel2
{
relative: 1.0 1.0;
offset: -1 -1;
to: "base";
to: "overlay";
}
color: 255 255 255 255;
color2: 0 0 0 50;
@ -153,7 +153,7 @@ collections
text: "Tx:";
font: "Sans:style=Bold";
size: 10;
min: 1 1;
min: 0 1;
align: 0.5 0.5;
text_class: "menu_item";
elipsis: 0.0;