Tidied up the tabs on the media manager.

This commit is contained in:
Raoul Snyman 2010-03-09 22:26:12 +02:00
parent 8e5e1dfc36
commit 16ea5dd0ad
1 changed files with 1 additions and 1 deletions

View File

@ -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):