mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 02:54:46 -04:00
new style for number/rating/pages data in grid view
This commit is contained in:
@ -93,8 +93,8 @@ void GridComicsView::setModel(ComicModel *model)
|
||||
ctxt->setContextProperty("selectedColor", "#121212");
|
||||
ctxt->setContextProperty("selectedBorderColor", "#121212");
|
||||
ctxt->setContextProperty("borderColor", "#121212");
|
||||
ctxt->setContextProperty("titleColor", "#E6E6E6");
|
||||
ctxt->setContextProperty("textColor", "#E6E6E6");
|
||||
ctxt->setContextProperty("titleColor", "#FFFFFF");
|
||||
ctxt->setContextProperty("textColor", "#A8A8A8");
|
||||
ctxt->setContextProperty("dropShadow",false);
|
||||
//fonts settings
|
||||
int fontSize = QApplication::font().pointSize();
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 155 B After Width: | Height: | Size: 163 B |
Binary file not shown.
Before Width: | Height: | Size: 242 B After Width: | Height: | Size: 288 B |
Reference in New Issue
Block a user