Remove usage of Qt.platform.os

This commit is contained in:
Luis Ángel San Martín
2023-05-24 20:45:43 +02:00
parent 7b88d47396
commit 78800010f6
3 changed files with 3 additions and 3 deletions

View File

@ -70,7 +70,7 @@ GridComicsView::GridComicsView(QWidget *parent)
ctxt->setContextProperty("backgroundColor", "#2A2A2A");
ctxt->setContextProperty("cellColor", "#212121");
ctxt->setContextProperty("selectedColor", "#121212");
ctxt->setContextProperty("selectedBorderColor", "#121212");
ctxt->setContextProperty("selectedBorderColor", "#FFCC00");
ctxt->setContextProperty("borderColor", "#121212");
ctxt->setContextProperty("titleColor", "#FFFFFF");
ctxt->setContextProperty("textColor", "#A8A8A8");