forked from openlp/openlp
Another tweak for Windows.
This commit is contained in:
parent
4263d541dc
commit
306a403195
@ -39,6 +39,9 @@ from openlp.core.utils import check_latest_version, AppLocation, add_actions, \
|
|||||||
log = logging.getLogger(__name__)
|
log = logging.getLogger(__name__)
|
||||||
|
|
||||||
MEDIA_MANAGER_STYLE = """
|
MEDIA_MANAGER_STYLE = """
|
||||||
|
QToolBox {
|
||||||
|
padding-bottom: 2px;
|
||||||
|
}
|
||||||
QToolBox::tab {
|
QToolBox::tab {
|
||||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||||
stop: 0 palette(button), stop: 0.5 palette(button), stop: 1.0 palette(mid));
|
stop: 0 palette(button), stop: 0.5 palette(button), stop: 1.0 palette(mid));
|
||||||
|
Loading…
Reference in New Issue
Block a user