Made the preferred size wider

This commit is contained in:
Phil Viso 2019-05-19 18:41:28 -05:00
parent 8c28160f91
commit db3d8e484b
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ protocol AddContainerViewControllerChildDelegate: UIViewController {
class AddContainerViewController: UIViewController {
static let preferredContentSizeForFormSheetDisplay = CGSize(width: 360.0, height: 400.0)
static let preferredContentSizeForFormSheetDisplay = CGSize(width: 460.0, height: 400.0)
@IBOutlet weak var cancelButton: UIBarButtonItem!
@IBOutlet weak var activityIndicatorView: UIActivityIndicatorView!