Cpumonitor theme - Set an aspect preference other than both so we can properlyl size the gadget.

This commit is contained in:
Stephen 'Okra' Houston 2017-02-02 15:02:15 -06:00
parent a679c4a322
commit e07a5b7840
1 changed files with 2 additions and 2 deletions

View 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";