mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
feat: adjusted ip v6 font size to fix in the container (#2163)
This commit is contained in:
@@ -319,8 +319,8 @@ internal class Popup: PopupWrapper {
|
||||
self.publicIPv6Field?.isSelectable = true
|
||||
|
||||
if let valueView = self.publicIPv6Field {
|
||||
valueView.font = NSFont.systemFont(ofSize: 10, weight: .regular)
|
||||
valueView.setFrameOrigin(NSPoint(x: valueView.frame.origin.x, y: 1))
|
||||
valueView.font = NSFont.systemFont(ofSize: 7, weight: .semibold)
|
||||
valueView.setFrameOrigin(NSPoint(x: valueView.frame.origin.x, y: -1))
|
||||
}
|
||||
|
||||
ipV4.2.removeFromSuperview()
|
||||
|
||||
Reference in New Issue
Block a user