Hi Guys,

Using elementary list/slider in Editje, I realize that have no space between
icon and label.
So, I changed elementary/data/themes/default.edc to adjust it (please, see
no_space_in_list_and_slider.patch).

I would know your opinion about this, if this is a correct approach or can I
try by another way?
If this approach was correct, someone can apply the patch?

Attached, two screenshots showing the changes in elementary_test.

BR.
-- 
Fabiano Fidêncio
ProFUSION embedded systems
http://www.profusion.mobi
Index: data/themes/default.edc
===================================================================
--- data/themes/default.edc	(revision 47124)
+++ data/themes/default.edc	(working copy)
@@ -8789,7 +8789,7 @@
                rel1 {
                   to_x:     "elm.swallow.icon";
                   relative: 1.0  0.0;
-                  offset:   0 4;
+                  offset:   4 4;
                }
                rel2 {
                   to_x:     "elm.swallow.end";
@@ -8982,7 +8982,7 @@
                rel1 {
                   to_x:     "elm.swallow.icon";
                   relative: 1.0  0.0;
-                  offset:   0 4;
+                  offset:   4 4;
                }
                rel2 {
                   to_x:     "elm.swallow.end";
@@ -9187,7 +9187,7 @@
                rel1 {
                   to_x:     "elm.swallow.icon";
                   relative: 1.0  0.0;
-                  offset:   0 4;
+                  offset:   4 4;
                }
                rel2 {
                   to_x:     "elm.swallow.end";
@@ -9378,7 +9378,7 @@
                rel1 {
                   to_x:     "elm.swallow.icon";
                   relative: 1.0  0.0;
-                  offset:   0 4;
+                  offset:   4 4;
                }
                rel2 {
                   to_x:     "elm.swallow.end";
@@ -9577,12 +9577,12 @@
 	       rel1 {
                   to_x: "elm.text";
                   relative: 1.0 0.0;
-                  offset: 2 0;
+                  offset: 8 0;
                }
 	       rel2 {
                   to_x: "elm.units";
                   relative: 0.0 1.0;
-                  offset: -3 -1;
+                  offset: -10 -1;
                }
 	    }
 	 }
@@ -10109,12 +10109,12 @@
 	       rel1 {
                   to_y: "elm.text";
                   relative: 0.0 1.0;
-                  offset: 0 2;
+                  offset: 0 10;
                }
 	       rel2 {
                   to_y: "elm.units";
                   relative: 1.0 0.0;
-                  offset: -1 -3;
+                  offset: -1 -8;
                }
 	    }
 	 }
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to