mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-29 18:29:27 +01:00
Made the preferred size wider
This commit is contained in:
parent
8c28160f91
commit
db3d8e484b
@ -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!
|
||||
|
Loading…
x
Reference in New Issue
Block a user