mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 03:00:43 +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>";
|
htmlLeftFooter ="</body></html>";
|
||||||
|
|
||||||
|
// SessionBar colors. Colors alternate.
|
||||||
QColor cols[]={
|
QColor cols[]={
|
||||||
COLOR_Gold,
|
COLOR_Gold,
|
||||||
QColor("light blue"),
|
// QColor("light blue"),
|
||||||
|
QColor("skyblue"),
|
||||||
};
|
};
|
||||||
const int maxcolors=sizeof(cols)/sizeof(QColor);
|
const int maxcolors=sizeof(cols)/sizeof(QColor);
|
||||||
QList<Session *>::iterator i;
|
QList<Session *>::iterator i;
|
||||||
|
Loading…
Reference in New Issue
Block a user