mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
new background colors for the side bar and grid in OSX
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user