diff options
Diffstat (limited to 'helper.cpp')
-rw-r--r-- | helper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -291,7 +291,7 @@ namespace Helper { QImage retval(tf.fileName()); retval = retval.scaledToWidth(640); Duration dur(where); - QFont font("courier", 10); + QFont font("Monospace", 10); QFontMetrics fm(font); int width = fm.width(dur.toString()); int height = fm.height(); |