From 8c3370d803b28c00a5f14e5b87dc83bcc0d798e4 Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Tue, 20 Oct 2009 19:28:34 +0200 Subject: [PATCH] Fixed up the styling on selected items in the slide controllers. --- openlp/core/ui/slidecontroller.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openlp/core/ui/slidecontroller.py b/openlp/core/ui/slidecontroller.py index 47f8e6bc3..cd0c2f5de 100644 --- a/openlp/core/ui/slidecontroller.py +++ b/openlp/core/ui/slidecontroller.py @@ -31,8 +31,8 @@ from openlp.core.lib import OpenLPToolbar, translate, Receiver, ServiceType label_stylesheet = u""" QTableWidget::item:selected { - border: solid 20px pallette(dark); - color: palette(highlighted-text) + background-color: palette(highlight); + color: palette(highlighted-text); } """