Skip to content

Commit

Permalink
Corrected popover size
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPerathoner committed Jan 2, 2021
1 parent e7223ac commit 3267e2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class SafariExtensionViewController: SFSafariExtensionViewController, NSControlT
super.viewDidLoad()
setupTable()
setupSearchfield()
preferredContentSize = NSSize(width: 243, height: 344)
preferredContentSize = NSSize(width: 243, height: 321)
if let r: [Session] = retrieveSession() {
print("Sessions retrieved")
sessions = r
Expand Down

0 comments on commit 3267e2a

Please sign in to comment.