Quote:
Originally Posted by Semwize
@geek1011
It was easy.
But I can't change the font color in Series, it seems I'm just looking in the wrong place. You promised to help 
|
Quote:
Originally Posted by JSWolf
As long as your looking as the settings for Series, can you look where it converts the series name to uppercase and patch it to stop case changing? Thanks.
|
Untested, but here's what I found from a quick skim:
libnickel: 0x91f3e0 (nop the uppercase transformation and fix the stack stuff around it, or just replace it with something harmless like QString::trimmed) (edit: apparently, they there's more to it than just this)
nickel: BookInfoWidget.qss [0x14B5163+1316] (just add another rule to #series) (edit: no, this won't work, since it uses an ElidedLabel, which has its own color handling)