Merge pull request #15957 from AndrewMeadows/mac-readable-stats

BUGZ-937: more readable debug stats on MacOS
This commit is contained in:
Shannon Romano 2019-07-23 12:05:01 -07:00 committed by GitHub
commit 0031b238c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,4 +5,6 @@ Text {
style: Text.Outline;
styleColor: "black";
font.pixelSize: 12;
font.bold: true;
font.family: "monospace";
}