forked from openlp/openlp
Minor tweak to make the active tab's text bold in Windows.
This commit is contained in:
parent
b0ad5ea1cd
commit
4263d541dc
@ -49,6 +49,7 @@ MEDIA_MANAGER_STYLE = """
|
|||||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||||
stop: 0 palette(light), stop: 0.5 palette(midlight), stop: 1.0 palette(dark));
|
stop: 0 palette(light), stop: 0.5 palette(midlight), stop: 1.0 palette(dark));
|
||||||
border: 1px groove palette(dark);
|
border: 1px groove palette(dark);
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
"""
|
"""
|
||||||
class VersionThread(QtCore.QThread):
|
class VersionThread(QtCore.QThread):
|
||||||
|
Loading…
Reference in New Issue
Block a user