From 57d0b9b2c3e3dd6a11f8e5cb2fb93b2b326361cd Mon Sep 17 00:00:00 2001
From: "Rob Swindell (on Windows 11)" <rob@synchro.net>
Date: Sat, 4 Jan 2025 18:19:11 -0800
Subject: [PATCH] Make the default graphcis mode scaling factor: 2

This especially important/noticeable on a 4K monitor.
---
 ctrl/uifc.ini | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ctrl/uifc.ini b/ctrl/uifc.ini
index dab9a9da14..8b1a64933d 100644
--- a/ctrl/uifc.ini
+++ b/ctrl/uifc.ini
@@ -12,5 +12,5 @@ lines = 0 (auto)
 insert = true	
 ; Milliseconds to wait for escape sequence, differentiating between ESC key press and extended key escape sequence
 esc_delay = 25	
-; Initial display scale of graphical window, fractions supported
-scaling	= 0 (auto)
\ No newline at end of file
+; Initial display scale of graphical window, fractions supported (0 = auto)
+scaling	= 2
\ No newline at end of file
-- 
GitLab