Delay audio initialization. Faster scrolling.

This commit is contained in:
alessandro90
2018-09-28 15:08:05 +02:00
parent 0b10e675d3
commit 3bec594db9
2 changed files with 15 additions and 6 deletions

View File

@@ -39,12 +39,12 @@ QProgressBar::chunk {
background: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #1d5eff, stop:0.5 #4177ff, stop:1 #1d5eff);
border-radius: 3px;
}
/*
QAbstractScrollArea::corner {
background: none;
border: none;
}
*/
QScrollBar:vertical, QScrollBar:horizontal{
background-color:#343434;
border-radius: 5px;