Gives the "Manage Subscription" label more breathing room in the top bar. Co-authored-by: Cursor <cursoragent@cursor.com>
@@ -6069,7 +6069,7 @@ class ViewController: NSViewController {
button.toolTip = title
button.translatesAutoresizingMaskIntoConstraints = false
button.heightAnchor.constraint(equalToConstant: 28).isActive = true
- button.widthAnchor.constraint(greaterThanOrEqualToConstant: 124).isActive = true
+ button.widthAnchor.constraint(greaterThanOrEqualToConstant: 148).isActive = true
return button
}