fixed fontSize in flow_gl in hdpi displays

This commit is contained in:
Luis Ángel San Martín
2015-05-25 19:48:28 +02:00
parent d2de64d51a
commit 675adb526c
3 changed files with 6 additions and 5 deletions

View File

@ -97,8 +97,8 @@ void GridComicsView::setModel(ComicModel *model)
ctxt->setContextProperty("textColor", "#E6E6E6");
ctxt->setContextProperty("dropShadow",false);
//fonts settings
ctxt->setContextProperty("fontSize", "none");
ctxt->setContextProperty("fontFamily", "none");
ctxt->setContextProperty("fontSize", "12");
ctxt->setContextProperty("fontFamily", "Arial");
ctxt->setContextProperty("fontSpacing", 0.5);
#endif