Cheetaiean
Cheetaiean

Reputation: 941

Have NSButton title wider than its image

I have the following setup: enter image description here As you can see, the title 'Load from CMK' is being clipped. Is there a way to arrange the image so that the full title will be expressed, even if it means overlapping other elements?

It looks like using ImageScaling might be a solution, but in what way I am not sure (from here).

Upvotes: 0

Views: 83

Answers (1)

Cheetaiean
Cheetaiean

Reputation: 941

Set Scaling to 'None', and if image parameters are too small/too big, manually adjust it outside of the application. With this Scaling setting as long as the image is not too big the title fits cleanly underneath.

enter image description here

Upvotes: 1

Related Questions