updated grid UI design for OSX

This commit is contained in:
Luis Ángel San Martín
2014-07-19 08:57:48 +02:00
parent 07b2cbb7d0
commit 8e6347801b
7 changed files with 17 additions and 4 deletions

View File

@ -64,8 +64,8 @@ void GridComicsView::setModel(TableModel *model)
}
#ifdef Q_OS_MAC
ctxt->setContextProperty("backgroundColor", "#FAFAFA");
ctxt->setContextProperty("cellColor", "#EDEDED");
ctxt->setContextProperty("backgroundColor", "#EDEDED");
ctxt->setContextProperty("cellColor", "#FFFFFF");
ctxt->setContextProperty("selectedColor", "#DDDDDD");
ctxt->setContextProperty("titleColor", "#121212");
ctxt->setContextProperty("textColor", "#636363");