Commit 6382e03b authored by Hisham Muhammad's avatar Hisham Muhammad
Browse files

fix broken height for All CPUs meter

parent bd459776
......@@ -132,7 +132,7 @@ static void AllCPUsMeter_init(Meter* this) {
meters[i] = Meter_new(this->pl, i+1, &CPUMeter);
meters[i]->type->init(meters[i]);
}
this->h = Meter_modes[this->mode]->h;
this->h = Meter_modes[this->mode]->h * cpus;
}
static void AllCPUsMeter_done(Meter* this) {
......
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