Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to make an NSWindow only resizable vertically?

I have a Window in my NIB which is resizable, but would like to enforce it to only be resizable vertically. How can I go about doing this?

like image 486
Sheehan Alam Avatar asked Feb 15 '11 05:02

Sheehan Alam


1 Answers

In IB's size section, for both minimum and maximum width give the same value then you will not be able to re size horizontally.

Refer the following screenshot

like image 71
YPK Avatar answered Sep 28 '22 07:09

YPK