mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
feat: adjusted CPU line chart height in the popup view
This commit is contained in:
@@ -245,7 +245,7 @@ internal class Popup: PopupWrapper {
|
||||
x: Constants.Popup.spacing,
|
||||
y: Constants.Popup.spacing,
|
||||
width: view.frame.width - (Constants.Popup.spacing*2),
|
||||
height: box.frame.height - (Constants.Popup.spacing*2)
|
||||
height: box.frame.height - Constants.Popup.spacing
|
||||
), num: 120)
|
||||
chart.color = self.chartColor
|
||||
self.lineChart = chart
|
||||
|
||||
Reference in New Issue
Block a user