This PR removes massive warnings like:
0QWARN : ... QFont::setPointSizeF: Point size <= 0 (...), must be greater than 0
from test_bitcoin-qt
output.
On master (e258ce792a4849927a6db51786732d71cbbb65fc):
0$ ./src/qt/test/test_bitcoin-qt | grep QFont | wc -l
1~BitcoinApplication : Stopping thread
2~BitcoinApplication : Stopped thread
357
With this PR:
0$ ./src/qt/test/test_bitcoin-qt | grep QFont | wc -l
1~BitcoinApplication : Stopping thread
2~BitcoinApplication : Stopped thread
30