okra pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=e07a5b784052aa4ec8963e1e1b565446ce7cdf79

commit e07a5b784052aa4ec8963e1e1b565446ce7cdf79
Author: Stephen 'Okra' Houston <[email protected]>
Date:   Thu Feb 2 15:02:15 2017 -0600

    Cpumonitor theme - Set an aspect preference other than both so we can 
properlyl size the gadget.
---
 data/elementary/themes/edc/cpumonitor.edc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/data/elementary/themes/edc/cpumonitor.edc 
b/data/elementary/themes/edc/cpumonitor.edc
index 09be6d2..e1eae96 100644
--- a/data/elementary/themes/edc/cpumonitor.edc
+++ b/data/elementary/themes/edc/cpumonitor.edc
@@ -26,7 +26,7 @@ group { name: "e/modules/cpumonitor/main";
       part { name: "bg";
          desc { "default";
             aspect: (10 / 54) (10 / 54);
-            aspect_preference: BOTH;
+            aspect_preference: VERTICAL;
             image.normal: "cpu_bar.png";
          }
          part { name: "led1";
@@ -115,7 +115,7 @@ group { name: "e/modules/cpumonitor/main_vert";
       part { name: "bg";
          desc { "default";
             aspect: (54 / 10) (54 / 10);
-            aspect_preference: BOTH;
+            aspect_preference: HORIZONTAL;
             image.normal: "cpu_bar_vert.png";
          }
          part { name: "led1";

-- 


Reply via email to