Re: Funny issue: one line in GUI is grey-ish

2020-08-09 Thread Ben Kennedy via Cocoa-dev
> On 9 Aug 2020, at 5:58 am, Gabriel Zachmann via Cocoa-dev > wrote: > > I have a simple app (status bar item) with a simple GUI. > The funny thing is that one text line in the GUI is grey-ish, > but NOT in the XIB in XCode ... and I can't determine why that is or how to > correct it.

Re: Funny issue: one line in GUI is grey-ish

2020-08-09 Thread Alex Zavatone via Cocoa-dev
Do you have a view hierarchy inspector so that you can see each of the layers? If you change the color to red, does it appear pink? If it does, one of the layers in the view hierarchy is at a < 1.0 alpha. > On Aug 9, 2020, at 8:48 AM, Gabriel Zachmann wrote: > > Thanks a lot for the quick

Re: Funny issue: one line in GUI is grey-ish

2020-08-09 Thread Gabriel Zachmann via Cocoa-dev
Thanks a lot for the quick response. Alpha = 1 Don't know about forecolor - with NSButton , I don't seem to get a "Text Color" in Xcode's XIB controls. Best regards, Gabriel > On 9. Aug 2020, at 16:39, Alex Zavatone wrote: > > What are the forecolor and alpha values? Of the text and of

Re: Funny issue: one line in GUI is grey-ish

2020-08-09 Thread Alex Zavatone via Cocoa-dev
What are the forecolor and alpha values? Of the text and of the label? Try changing the color to something else and if it’s also lighter, then somewhere you have a 50% alpha value. > On Aug 9, 2020, at 7:58 AM, Gabriel Zachmann via Cocoa-dev > wrote: > > I have a simple app (status bar

Funny issue: one line in GUI is grey-ish

2020-08-09 Thread Gabriel Zachmann via Cocoa-dev
I have a simple app (status bar item) with a simple GUI. The funny thing is that one text line in the GUI is grey-ish, but NOT in the XIB in XCode ... and I can't determine why that is or how to correct it. (It has the font "System Regular".) If you want to see it for yourself, here is a