1 parent c0b9e17 commit ddcf8e5Copy full SHA for ddcf8e5
1 file changed
MenuExtras/MenuMeterCPU/MenuMeterCPUExtra.m
@@ -579,6 +579,9 @@ - (void)renderThermometerImageSize:(NSSize)imageSize forProcessor:(uint32_t)proc
579
580
// Paths
581
NSRect thermometerFrame = NSMakeRect(offset, 0, kCPUThermometerDisplayWidth, imageSize.height);
582
+ if (!ourPrefs.tallMenuBar) {
583
+ thermometerFrame = NSInsetRect(thermometerFrame, 0, 1);
584
+ }
585
NSRect userRect = thermometerFrame;
586
userRect.size.height *= (user + system) > 1 ? 1 : (user + system);
587
NSRect systemRect = thermometerFrame;
0 commit comments