From e07a5b784052aa4ec8963e1e1b565446ce7cdf79 Mon Sep 17 00:00:00 2001 From: Stephen 'Okra' Houston Date: Thu, 2 Feb 2017 15:02:15 -0600 Subject: [PATCH] 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 09be6d2bbf..e1eae961db 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";