Re: Text field alignment

2016-04-21 Thread Quincey Morris
On Apr 20, 2016, at 21:43 , Roland King wrote: > > I’m fairly sure the NSTextField doesn’t properly take account of the border > when aligning baselines. Turning off the border fixes half of the problem — the baseline alignment. I agree the borderless text field doesn’t look bad, but it makes

Re: Text field alignment

2016-04-20 Thread Roland King
> On 21 Apr 2016, at 11:13, Quincey Morris > wrote: > > I’m laying out some views (using auto-layout, though I don’t think that’s the > cause of the problem) on OS X 10.11.4 with Xcode 7.3. In many cases, I’m > baseline-aligning a pair of text fields, one label and one editable. The font > i

Re: Text field alignment

2016-04-20 Thread dangerwillrobinsondanger
Increase the priority on vertical content hugging of both. Sent from my iPhone > On Apr 21, 2016, at 12:13 PM, Quincey Morris > wrote: > > I’m laying out some views (using auto-layout, though I don’t think that’s the > cause of the problem) on OS X 10.11.4 with Xcode 7.3. In many cases, I’m

Text field alignment

2016-04-20 Thread Quincey Morris
I’m laying out some views (using auto-layout, though I don’t think that’s the cause of the problem) on OS X 10.11.4 with Xcode 7.3. In many cases, I’m baseline-aligning a pair of text fields, one label and one editable. The font is the default (System-Regular, i.e. 13 pt) and the text field heig