From c38a88988b9a24048087e6ee8c332bb130a422d5 Mon Sep 17 00:00:00 2001 From: Roopesh Chander Date: Fri, 15 Feb 2019 15:40:08 +0530 Subject: macOS: Tunnels list: Use constant width for the table view Signed-off-by: Roopesh Chander --- .../UI/macOS/ViewController/TunnelsListTableViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'WireGuard/WireGuard/UI/macOS/ViewController/TunnelsListTableViewController.swift') diff --git a/WireGuard/WireGuard/UI/macOS/ViewController/TunnelsListTableViewController.swift b/WireGuard/WireGuard/UI/macOS/ViewController/TunnelsListTableViewController.swift index c2f3ffa..0ebac16 100644 --- a/WireGuard/WireGuard/UI/macOS/ViewController/TunnelsListTableViewController.swift +++ b/WireGuard/WireGuard/UI/macOS/ViewController/TunnelsListTableViewController.swift @@ -100,7 +100,7 @@ class TunnelsListTableViewController: NSViewController { ]) NSLayoutConstraint.activate([ - containerView.widthAnchor.constraint(greaterThanOrEqualToConstant: 120), + containerView.widthAnchor.constraint(equalToConstant: 180), containerView.heightAnchor.constraint(greaterThanOrEqualToConstant: 120) ]) -- cgit v1.2.3-59-g8ed1b