forked from openlp/openlp
Correct indentation.
This commit is contained in:
parent
883a4baba3
commit
47d8bd7e5f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user