View Single Post
Old 02-12-2021, 09:47 PM   #100
geek1011
Wizard
geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.
 
Posts: 2,808
Karma: 7423683
Join Date: May 2016
Location: Ontario, Canada
Device: Kobo Mini, Aura Edition 2 v1, Clara HD
Quote:
Originally Posted by Semwize View Post
@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 View Post
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)

Last edited by geek1011; 02-13-2021 at 10:54 AM.
geek1011 is offline   Reply With Quote