diff --git a/openlp/core/__init__.py b/openlp/core/__init__.py index 5f7efea95..23f129ad0 100644 --- a/openlp/core/__init__.py +++ b/openlp/core/__init__.py @@ -133,8 +133,8 @@ class OpenLP(QtGui.QApplication): base_color = self.palette().color(QtGui.QPalette.Active, QtGui.QPalette.Base) application_stylesheet = \ - u'* {alternate-background-color: ' + \ - base_color.name() + ';}\n' + u'* {alternate-background-color: ' + \ + base_color.name() + ';}\n' application_stylesheet += nt_repair_stylesheet self.setStyleSheet(application_stylesheet) # show the splashscreen