Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Maximum size of a popover

Could anyone confirm me the maximum size of a popoverview?

Thanks

like image 853
awlcs Avatar asked Jan 22 '23 14:01

awlcs


2 Answers

From the setPopoverContentSize: documentation:

When changing the size of the popover’s content, the width value you specify must be at least 320 points and no more than 600 points. There are no restrictions on the height value. However, both the width and height values you specify may be adjusted to ensure the popup fits on screen and is not covered by the keyboard.

like image 93
Todd Yandell Avatar answered Jan 24 '23 03:01

Todd Yandell


I've found 585 seems to be the maximum, any larger and the whole thing wanders to the left with each size change.

like image 24
Reed Autumn Avatar answered Jan 24 '23 05:01

Reed Autumn