From 791b38e0ef5adb662ca6f16ded0b09fd1f9d5614 Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Tue, 20 Oct 2009 18:01:12 +0100 Subject: [PATCH] SlideControler UI fixes - take 2 --- openlp/core/ui/slidecontroller.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/openlp/core/ui/slidecontroller.py b/openlp/core/ui/slidecontroller.py index 47ffefcbb..0a0118537 100644 --- a/openlp/core/ui/slidecontroller.py +++ b/openlp/core/ui/slidecontroller.py @@ -31,9 +31,8 @@ from openlp.core.lib import OpenLPToolbar, translate, Receiver, ServiceType label_stylesheet = u""" QTableWidget::item:selected { - border: 2px solid black; + border: 1px solid black; background: lightgray; - font: italic; } """