This commit is contained in:
Jonathan Corwin 2012-12-08 21:18:56 +00:00
commit afae889e79
1 changed files with 2 additions and 1 deletions

View File

@ -133,7 +133,8 @@ class OpenLP(QtGui.QApplication):
base_color = self.palette().color(QtGui.QPalette.Active,
QtGui.QPalette.Base)
application_stylesheet = \
u'* {alternate-background-color: ' + \
u'QTableWidget, QListWidget, QTreeWidget ' + \
u'{alternate-background-color: ' + \
base_color.name() + ';}\n'
application_stylesheet += nt_repair_stylesheet
self.setStyleSheet(application_stylesheet)