Correct indentation.

This commit is contained in:
Patrick Zimmermann 2012-11-22 19:01:50 +01:00
parent 883a4baba3
commit 47d8bd7e5f
1 changed files with 2 additions and 2 deletions

View File

@ -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