feat: adjusted ip v6 font size to fix in the container (#2163)

This commit is contained in:
Serhiy Mytrovtsiy
2024-10-06 16:49:17 +02:00
parent ce92471f6c
commit bb26bf1d28

View File

@@ -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()