Merge pull request #907 from vvv-yeaf/development

console font size slip
This commit is contained in:
Brian Roberts 2022-09-29 11:56:27 -05:00 committed by GitHub
commit 85169b95f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ new GuiControlProfile(GuiConsoleProfile)
border = true;
borderColor = "15 15 15";
fontType = ($platform $= "macos") ? "Monaco" : "Lucida Console";
fontSize = ($platform $= "macos") ? 14 : 13;
fontSize = ($platform $= "macos") ? 14 : 14;
fontColor = "225 225 225";
fontColorHL = "165 214 255";
fontColorNA = "255 65 65";