From 97ecefedff11cdb1e6dfe06c58a51ec2a36bedb8 Mon Sep 17 00:00:00 2001 From: Patrick Zimmermann Date: Tue, 11 Dec 2012 20:46:18 +0100 Subject: [PATCH] Correct an indentation. --- openlp/core/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/core/__init__.py b/openlp/core/__init__.py index e98438160..c3aee1688 100644 --- a/openlp/core/__init__.py +++ b/openlp/core/__init__.py @@ -127,7 +127,7 @@ class OpenLP(QtGui.QApplication): application_stylesheet = u'' if Settings().value(u'advanced/stylesheet fix', QtCore.QVariant(False)).toBool(): alternate_background_repair_stylesheet = \ - u'QTableWidget, QListWidget, QTreeWidget {alternate-background-color: ' + base_color.name() + ';}\n' + u'QTableWidget, QListWidget, QTreeWidget {alternate-background-color: ' + base_color.name() + ';}\n' application_stylesheet += alternate_background_repair_stylesheet if os.name == u'nt': application_stylesheet += nt_repair_stylesheet