q66 pushed a commit to branch master.

http://git.enlightenment.org/enlightenment/modules/tclock.git/commit/?id=fb9164721e34394497bf8489e5b3b37d3676a317

commit fb9164721e34394497bf8489e5b3b37d3676a317
Author: Daniel Kolesa <[email protected]>
Date:   Fri Feb 6 16:48:46 2015 +0000

    attempt at better theming (different text classes + bigger when only one 
line is shown)
---
 tclock.edc | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/tclock.edc b/tclock.edc
index 0470078..bed1261 100644
--- a/tclock.edc
+++ b/tclock.edc
@@ -22,11 +22,11 @@ collections {
                     color_class: "module_label";
                     text {
                         text: "";
-                        font: "Sans:style=Mono";
+                        font: "Sans";
                         size: 10;
                         min: 1 1;
                         align: 0.5 0.5;
-                        text_class: "module_large";
+                        text_class: "module_normal";
                     }
                 }
                 description {
@@ -43,6 +43,8 @@ collections {
                     state: "only_visible" 0.0;
                     inherit: "default" 0.0;
                     rel2.relative: 1.0 1.0;
+                    text.size: 12;
+                    text.text_class: "module_large";
                     visible: 1;
                 }
             }
@@ -66,7 +68,7 @@ collections {
                     color_class: "module_label";
                     text {
                         text: "";
-                        font: "Sans:style=Mono";
+                        font: "Sans";
                         size: 9;
                         min: 1 1;
                         align: 0.5 0.5;
@@ -87,6 +89,8 @@ collections {
                     state: "only_visible" 0.0;
                     inherit: "default" 0.0;
                     rel1.relative: 0.0 0.0;
+                    text.size: 12;
+                    text.text_class: "module_large";
                     visible: 1;
                 }
             }

-- 


Reply via email to