Another tweak for Windows.

This commit is contained in:
Raoul Snyman 2010-07-22 21:55:09 +02:00
parent 4263d541dc
commit 306a403195
1 changed files with 3 additions and 0 deletions

View File

@ -39,6 +39,9 @@ from openlp.core.utils import check_latest_version, AppLocation, add_actions, \
log = logging.getLogger(__name__)
MEDIA_MANAGER_STYLE = """
QToolBox {
padding-bottom: 2px;
}
QToolBox::tab {
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 palette(button), stop: 0.5 palette(button), stop: 1.0 palette(mid));