views:

32

answers:

1

Hi guys!

How to set size of NSWindow relatively to the height of NSTextField ?

A: 

There is NSButton in my application. When it is pushed NSTextField is loaded with the new text from web service. So that means that the height of NSTextField is always dynamic.

devel