Minor tweak to make the active tab's text bold in Windows.

This commit is contained in:
Raoul Snyman 2010-07-22 21:30:16 +02:00
parent b0ad5ea1cd
commit 4263d541dc
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ MEDIA_MANAGER_STYLE = """
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 palette(light), stop: 0.5 palette(midlight), stop: 1.0 palette(dark));
border: 1px groove palette(dark);
font-weight: bold;
}
"""
class VersionThread(QtCore.QThread):