Skip to content

Commit

Permalink
Merge pull request #4843 from wikimedia/image-recs/ipad-feature-annou…
Browse files Browse the repository at this point in the history
…ncement-fix

Increase size of iPad popover to fit longer translations
  • Loading branch information
mazevedofs committed May 3, 2024
2 parents 2848bb8 + be50404 commit 91d7134
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public final class WKFeatureAnnouncementViewController: WKCanvasViewController {
public init(viewModel: WKFeatureAnnouncementViewModel) {
self.hostingViewController = WKFeatureAnnouncementHostingController(viewModel: viewModel)
super.init()
self.preferredContentSize = CGSize(width: 278, height: 400)
self.preferredContentSize = CGSize(width: 278, height: 450)
}

required init?(coder: NSCoder) {
Expand Down

0 comments on commit 91d7134

Please sign in to comment.