From e129c2d3bd64d16ec6ce6227edeb102ec745b394 Mon Sep 17 00:00:00 2001 From: nashmuhandes Date: Wed, 6 Aug 2025 08:42:32 +0800 Subject: [PATCH] Default the status bar scale to a more useful size for modern displays. --- src/g_statusbar/shared_sbar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/g_statusbar/shared_sbar.cpp b/src/g_statusbar/shared_sbar.cpp index a9aeb075f..15656fd5a 100644 --- a/src/g_statusbar/shared_sbar.cpp +++ b/src/g_statusbar/shared_sbar.cpp @@ -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) {