new background colors for the side bar and grid in OSX

This commit is contained in:
Luis Ángel San Martín
2015-08-20 23:10:41 +02:00
parent 97fb8fd85b
commit ca6d60ed3f
2 changed files with 2 additions and 2 deletions

View File

@ -156,7 +156,7 @@ void YACReaderSideBar::paintEvent(QPaintEvent * event)
#ifdef Q_OS_MAC
QPainter painter(this);
painter.fillRect(0,0,width(),height(),QColor("#FFFFFF"));
painter.fillRect(0,0,width(),height(),QColor("#F1F1F1"));
#else
QPainter painter(this);