Commit 03322b62 authored by Hisham Muhammad's avatar Hisham Muhammad
Browse files

Realign display of text-mode CPU meters. Closes #3369526.

parent 11092662
......@@ -33,7 +33,7 @@ static void CPUMeter_init(Meter* this) {
int cpu = this->param;
if (this->pl->cpuCount > 1) {
char caption[10];
sprintf(caption, "%-3d ", ProcessList_cpuId(this->pl, cpu));
sprintf(caption, "%-3d", ProcessList_cpuId(this->pl, cpu));
Meter_setCaption(this, caption);
}
if (this->param == 0)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment