Skip to content

Commit

Permalink
feat: adjusted ip v6 font size to fix in the container (#2163)
Browse files Browse the repository at this point in the history
  • Loading branch information
exelban committed Oct 6, 2024
1 parent ce92471 commit bb26bf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Modules/Net/popup.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit bb26bf1

Please sign in to comment.