Adjust fontsize up on highdpi displays (#3610)

This commit is contained in:
Rob Blanckaert 2019-03-03 22:32:09 -08:00 committed by Zach H
parent abe4f5ca60
commit 477faafb84
3 changed files with 9 additions and 6 deletions

View file

@ -26,6 +26,6 @@ public:
}
};
void resetPainterTransform(QPainter *painter);
int resetPainterTransform(QPainter *painter);
#endif