mirror of
https://github.com/YACReader/yacreader
synced 2025-07-27 01:15:07 -04:00
fixed fontSize in flow_gl in hdpi displays
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user