Skip to content

Commit

Permalink
Resolve constraint violation
Browse files Browse the repository at this point in the history
  • Loading branch information
vincode-io committed Dec 23, 2023
1 parent ef2355d commit 79d2084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Zavala/MainCoordinator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ extension MainCoordinator {
if traitCollection.userInterfaceIdiom == .mac {

let outlineGetInfoViewController = UIStoryboard.dialog.instantiateController(ofType: OutlineGetInfoViewController.self)
outlineGetInfoViewController.preferredContentSize = CGSize(width: 350, height: 425)
outlineGetInfoViewController.preferredContentSize = CGSize(width: 350, height: 430)
outlineGetInfoViewController.outline = outline
present(outlineGetInfoViewController, animated: true)

Expand Down

0 comments on commit 79d2084

Please sign in to comment.