How to modify the size of the Accesory View in NSAlert?

247 Views Asked by At

Is it possible to modify the size of the accessory view on a NSAlert for Cocoa?

Let's say, in the image, INFORMATIVE TEXT is present, but if you remove it, is it possible to use that empty area in order to make the accessory view bigger (cyan area) so the accessory view can be closer to the title?

Thanks in advance.

NSAlert

Without the Informative Text, it looks like this:

Alert 2

What I want is the alert to look like this:

enter image description here

0

There are 0 best solutions below