Page 1 of 1

Fonts in Containers

Posted: Mon Jul 01, 2013 9:51 am
by SalG
Hi,
I test at this time the beta version (5.20) of PB Mac OSX, because in 5.11 I miss many things. I discover in PB 5.20 too, that the fontsize in column views, don't appears in the column titles but only in columntext. The columns titles are hard to read on hi-res Monitors (on NoteBooks-monitors too) and mismatch with the appearance of the other text in the columns, witch can set to a bigger font. The Windows title cannot be changed too, here I miss a possibility to set a font for the whole objects in the window! This is not true in PB beta 5.20 for windows, at least on column titles which can set to desired fontsize. There are a mismatch between PB for Windows and PB for Mac, at least, in opposition as how stated in your FAQ! May be, there are other possibilities, wich I don't knows? :cry:
SalG

Re: Fonts in Containers

Posted: Thu Jul 04, 2013 3:11 pm
by Fred
Unfortunately, it doesn't seems to be possible to change the height of the listicongadget() header on Cocoa (changing the cell font works, but the header height isn't changed, which makes it look clipped). May be wilbert will find a way to do it ;)

Re: Fonts in Containers

Posted: Fri Jul 05, 2013 6:24 am
by wilbert
@Fred, maybe you can subclass NSTableHeaderCell to create your own header.
http://stackoverflow.com/questions/4753 ... ers-on-mac
I don't know an easier solution.