Cpumonitor theme - Set an aspect preference other than both so we can properlyl size...
authorStephen 'Okra' Houston <smhouston88@gmail.com>
Thu, 2 Feb 2017 21:02:15 +0000 (15:02 -0600)
committerStephen 'Okra' Houston <smhouston88@gmail.com>
Thu, 2 Feb 2017 21:02:58 +0000 (15:02 -0600)
data/elementary/themes/edc/cpumonitor.edc

index 09be6d2..e1eae96 100644 (file)
@@ -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";