SlideControler UI fixes - take 2

This commit is contained in:
Tim Bentley 2009-10-20 18:01:12 +01:00
parent ca96d0fda6
commit 791b38e0ef

View File

@ -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;
}
"""