|
@@ -6069,7 +6069,7 @@ class ViewController: NSViewController {
|
|
|
button.toolTip = title
|
|
button.toolTip = title
|
|
|
button.translatesAutoresizingMaskIntoConstraints = false
|
|
button.translatesAutoresizingMaskIntoConstraints = false
|
|
|
button.heightAnchor.constraint(equalToConstant: 28).isActive = true
|
|
button.heightAnchor.constraint(equalToConstant: 28).isActive = true
|
|
|
- button.widthAnchor.constraint(greaterThanOrEqualToConstant: 124).isActive = true
|
|
|
|
|
|
|
+ button.widthAnchor.constraint(greaterThanOrEqualToConstant: 148).isActive = true
|
|
|
return button
|
|
return button
|
|
|
}
|
|
}
|
|
|
|
|
|