mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-14 19:29:36 +01:00
Change default font DPI to 96.
Windows also treats 96 as the default 100% I believe.
This commit is contained in:
@@ -308,7 +308,7 @@ namespace SS14.Client.Graphics
|
||||
|
||||
void IPostInjectInit.PostInject()
|
||||
{
|
||||
_configuration.RegisterCVar("display.fontdpi", 72);
|
||||
_configuration.RegisterCVar("display.fontdpi", 96);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@ height = 720
|
||||
windowmode = 0
|
||||
vsync = true
|
||||
lighting_system = 0
|
||||
fontdpi = 72
|
||||
fontdpi = 96
|
||||
|
||||
[net]
|
||||
server = "127.0.0.1"
|
||||
|
||||
Reference in New Issue
Block a user