Преглед изворни кода

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 месеци
родитељ
комит
ee003dc9e5
1 измењених фајлова са 1 додато и 1 уклоњено
  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
     }