Bläddra i källkod

Increase topbar premium button min width.

Gives the "Manage Subscription" label more breathing room in the top bar.

Co-authored-by: Cursor <cursoragent@cursor.com>
huzaifahayat12 2 månader sedan
förälder
incheckning
ee003dc9e5
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      zoom_app/ViewController.swift

+ 1 - 1
zoom_app/ViewController.swift

@@ -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
     }