Windows: Fix the progress text being cut but a few pixels
authorJocelyn Turcotte <jturcotte@woboq.com>
Thu, 14 Jan 2016 12:01:18 +0000 (13:01 +0100)
committerJocelyn Turcotte <jturcotte@woboq.com>
Thu, 14 Jan 2016 12:01:18 +0000 (13:01 +0100)
commit19a3a10524ae40d3d4ca7871c899661c64bab4b6
tree63ae569605f7fb25692a7521b24245986c53fe5e
parent2e5f28d7c152bd79d20745ab60f700be8d9e98cc
Windows: Fix the progress text being cut but a few pixels

QFontMetrics::boundingRect doesn't return the right size for this
font size for some reason, while it works well if we remove the
smaller point size adjustment for the progress font.

To avoid having to debug the font system in Qt just increase the
existing +2px adjustment to +5px so that it renders fine.
src/gui/folderstatusdelegate.cpp