Default the status bar scale to a more useful size for modern displays.
This commit is contained in:
parent
e1c2c93f28
commit
e129c2d3bd
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ CVAR (Flag, pf_hazard, paletteflash, PF_HAZARD)
|
|||
|
||||
|
||||
// Stretch status bar to full screen width?
|
||||
CUSTOM_CVAR (Int, st_scale, 0, CVAR_ARCHIVE)
|
||||
CUSTOM_CVAR (Int, st_scale, -1, CVAR_ARCHIVE)
|
||||
{
|
||||
if (self < -1)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue