mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-04 18:20:42 +00:00
Make sessionbar blue color darker and more distinguishable from white
This commit is contained in:
parent
aaf5627891
commit
ec9985d32e
@ -1721,9 +1721,11 @@ void Daily::Load(QDate date)
|
||||
|
||||
htmlLeftFooter ="</body></html>";
|
||||
|
||||
// SessionBar colors. Colors alternate.
|
||||
QColor cols[]={
|
||||
COLOR_Gold,
|
||||
QColor("light blue"),
|
||||
// QColor("light blue"),
|
||||
QColor("skyblue"),
|
||||
};
|
||||
const int maxcolors=sizeof(cols)/sizeof(QColor);
|
||||
QList<Session *>::iterator i;
|
||||
|
Loading…
Reference in New Issue
Block a user