Changing font size for timings

This commit is contained in:
Bradley Austin Davis 2015-06-18 13:59:48 -07:00
parent 100f7acddc
commit 1bae1d6065

View file

@ -240,6 +240,7 @@ Hifi.Stats {
id: perfText
color: root.fontColor
font.family: root.monospaceFont
font.pixelSize: 10
text: "-------------------------------------------------------- Function " +
"------------------------------------------------------- --msecs- -calls--\n" +
root.timingStats;