Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
blabla-yy committed Nov 2, 2023
1 parent 9df9768 commit edd6aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monitor/controller/NetworkBar.swift
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class NetworkBar: NSObject, NSTableViewDataSource, NSTableViewDelegate {
}

private var maxSingleCellWidth: CGFloat {
return NSTextField(labelWithString: sample).intrinsicContentSize.width
return NSTextField(labelWithString: "999.99 MB/s ↑").intrinsicContentSize.width
}

lazy var networkMenuItem: NSStatusItem = {
Expand Down

0 comments on commit edd6aaf

Please sign in to comment.