If it's autolayout, double-check it, especially the priorities; it might be hugging more than you expect. What does the UI layout debugger show? I've found some layout surprises that way. ________________________________________ From: [email protected] [[email protected]] on behalf of Trygve Inda [[email protected]] Sent: Saturday, January 23, 2016 11:38 PM To: Jens Alfke Cc: Cocoa-Dev List Subject: Re: NSTextFields will not fully justify in 10.11
> >> On Jan 23, 2016, at 7:44 PM, Trygve Inda <[email protected]> wrote: >> >> When running in 10.11, my fully justified text fields are no longer so... >> They are left justified only. >> >> Is there a fix for this? > > Use an NSTextView instead? It’s generally better to use that class when the > user might enter more than a line or two of text, since it has more features > (scrollbars, preserving selection when it loses focus, etc.) > > —Jens These are static text fields (for copyright text which is several lines). Trygve _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/lrucker%40vmware.com This email sent to [email protected] _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
