maxerba pushed a commit to branch master.

http://git.enlightenment.org/enlightenment/modules/net.git/commit/?id=e3650e8ca69def0f189fd3adc28e9f26b47f749d

commit e3650e8ca69def0f189fd3adc28e9f26b47f749d
Author: maxerba <maiur...@gmail.com>
Date:   Thu Aug 18 16:32:39 2016 +0200

    Make text fit inside the gadget
---
 net.edc | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/net.edc b/net.edc
index a506712..1751df0 100644
--- a/net.edc
+++ b/net.edc
@@ -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;

-- 


Reply via email to