mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
feat: adjusted value width in process view to fit bigger value (#2784)
This commit is contained in:
@@ -198,7 +198,7 @@ public class ProcessView: NSStackView {
|
||||
|
||||
for _ in 0..<n {
|
||||
let view: ValueField = ValueField()
|
||||
view.widthAnchor.constraint(equalToConstant: 60).isActive = true
|
||||
view.widthAnchor.constraint(equalToConstant: 68).isActive = true
|
||||
if n != 1 {
|
||||
view.font = NSFont.systemFont(ofSize: 10, weight: .regular)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user