Thread
:
How to get rid of bright yellow lines around book list?
View Single Post
02-08-2011, 05:13 PM
#
12
Valentino
Connoisseur
Posts: 86
Karma: 999999
Join Date: Dec 2010
Device: some.
You can get rid of it, just find the widgets.py file in your install and change this line.
painter.fillRect(self.rect(), Qt.yellow)
to
painter.fillRect(self.rect(), Qt.transparent)
Valentino
View Public Profile
Find More Posts by Valentino
Track Posts by Valentino via RSS