mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
- rename History to Usage history
This commit is contained in:
@@ -82,7 +82,7 @@ internal class Popup: NSView {
|
||||
|
||||
private func initChart() {
|
||||
let y: CGFloat = self.frame.height - self.dashboardHeight - Constants.Popup.separatorHeight
|
||||
let separator = SeparatorView("History", origin: NSPoint(x: 0, y: y), width: self.frame.width)
|
||||
let separator = SeparatorView("Usage history", origin: NSPoint(x: 0, y: y), width: self.frame.width)
|
||||
self.addSubview(separator)
|
||||
|
||||
let view: NSView = NSView(frame: NSRect(x: 0, y: y - self.chartHeight, width: self.frame.width, height: self.chartHeight))
|
||||
|
||||
@@ -71,7 +71,7 @@ internal class Popup: NSView {
|
||||
|
||||
private func initChart() {
|
||||
let y: CGFloat = self.frame.height - self.dashboardHeight - Constants.Popup.separatorHeight
|
||||
let separator = SeparatorView("History", origin: NSPoint(x: 0, y: y), width: self.frame.width)
|
||||
let separator = SeparatorView("Usage history", origin: NSPoint(x: 0, y: y), width: self.frame.width)
|
||||
self.addSubview(separator)
|
||||
|
||||
let view: NSView = NSView(frame: NSRect(x: 0, y: y - self.chartHeight, width: self.frame.width, height: self.chartHeight))
|
||||
|
||||
Reference in New Issue
Block a user