mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 11:48:09 +02:00
Merge pull request #15957 from AndrewMeadows/mac-readable-stats
BUGZ-937: more readable debug stats on MacOS
This commit is contained in:
commit
0031b238c6
1 changed files with 2 additions and 0 deletions
|
@ -5,4 +5,6 @@ Text {
|
||||||
style: Text.Outline;
|
style: Text.Outline;
|
||||||
styleColor: "black";
|
styleColor: "black";
|
||||||
font.pixelSize: 12;
|
font.pixelSize: 12;
|
||||||
|
font.bold: true;
|
||||||
|
font.family: "monospace";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue