forked from openlp/openlp
Lighten the gradient of the toolbox titles.
This commit is contained in:
parent
4989a32b2f
commit
2d8073fcb5
@ -38,7 +38,7 @@ from openlp.core.utils import check_latest_version
|
||||
media_manager_style = """
|
||||
QToolBox::tab {
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 palette(midlight), stop: 1.0 palette(dark));
|
||||
stop: 0 palette(midlight), stop: 1.0 palette(mid));
|
||||
border-width: 1px;
|
||||
border-style: outset;
|
||||
border-color: palette(midlight);
|
||||
@ -46,7 +46,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(dark));
|
||||
stop: 0 palette(light), stop: 1.0 palette(mid));
|
||||
border-color: palette(light);
|
||||
}
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user