Page 1 of 1

Getting rid of transparancy in dialogs?

Posted: Sat Jan 25, 2014 4:51 am
by Marson
I've tried changing Dialog:init calls to have alpha=255, and I've tried overriding the code itself, but I still can't make certain dialogs "solid". I have a hard time reading text if there is something under it, and the Prodigies page looks particularly garbled to me with the Level-up page underneath it. I've managed to reduce the alpha on tooltips, but not completely get rid of it. This is with Minimalist, btw. Anyone have any ideas?

Re: Getting rid of transparancy in dialogs?

Posted: Sun Jan 26, 2014 6:20 pm
by darkgod
Untested code:

Code: Select all

engine.ui.Base.ui_conf.simple.frame_alpha = 1
Do that in ToME:load hook and it should work

Re: Getting rid of transparancy in dialogs?

Posted: Mon Jan 27, 2014 2:29 pm
by Marson
That did the trick. Thank you!