From 16ea5dd0adf9614fca2b866262accdcf31341cb1 Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Tue, 9 Mar 2010 22:26:12 +0200 Subject: [PATCH] Tidied up the tabs on the media manager. --- openlp/core/ui/mainwindow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/core/ui/mainwindow.py b/openlp/core/ui/mainwindow.py index 6218e35aa..01f3cabbe 100644 --- a/openlp/core/ui/mainwindow.py +++ b/openlp/core/ui/mainwindow.py @@ -50,7 +50,7 @@ media_manager_style = """ QToolBox::tab:selected { background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 palette(light), stop: 1.0 palette(button)); - border-color: palette(dark); + border-color: palette(button); } """ class versionThread(QtCore.QThread):