View Single Post
Posts: 3,428 | Thanked: 2,856 times | Joined on Jul 2008
#333
Originally Posted by mfortner View Post
Woo hoo! It is working. Thanks. Is there something I can edit to chajge the white to a medium dark tone?
Technically yes... if you open /opt/pyRadio/pyRadio.py

Below the line that reads:

Code:
self.ui.btnHate.setStyleSheet("background-color: rgb(100, 100, 100);\nborder: rgb(255, 255, 255);\nbackground-image: url(:/img/img/thumbdwn_small.png);")
You can add something like:

Code:
self.ui.centralwidget.setStyleSheet("background-color: #111111")
Which will give you a near black color around the background. The Album Art will probably still show white on Diablo though.. you can mess with the albumArt style sheet as well if you do a search in the code for self.ui.albumArt.setStyleSheet and change that background-color to match.

I haven't coded any easy ways to do this if thats what you were asking..
__________________
If I've helped you or you use any of my packages feel free to help me out.
-----------------------------------------------------------------------------------
Maintaining:
pyRadio - Pandora Radio on your N900, N810 or N800!