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,
|
base_color = self.palette().color(QtGui.QPalette.Active,
|
||||||
QtGui.QPalette.Base)
|
QtGui.QPalette.Base)
|
||||||
application_stylesheet = \
|
application_stylesheet = \
|
||||||
u'* {alternate-background-color: ' + \
|
u'* {alternate-background-color: ' + \
|
||||||
base_color.name() + ';}\n'
|
base_color.name() + ';}\n'
|
||||||
application_stylesheet += nt_repair_stylesheet
|
application_stylesheet += nt_repair_stylesheet
|
||||||
self.setStyleSheet(application_stylesheet)
|
self.setStyleSheet(application_stylesheet)
|
||||||
# show the splashscreen
|
# show the splashscreen
|
||||||
|
Loading…
Reference in New Issue
Block a user