From 81714d982ebb50eeedb171c1b44e2e8d13ae9ef4 Mon Sep 17 00:00:00 2001 From: Uladzimir Karpenka Date: Fri, 15 May 2026 20:25:24 +0300 Subject: [PATCH] Reduce TOP_SMETER_GAP: hide VFO block only when S-meter is adjacent MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Was 72px, causing VFO to disappear while there was still visible space between it and the S-meter. Now 8px — just enough visual breathing room. Co-Authored-By: Claude Sonnet 4.6 --- MainForm.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MainForm.pas b/MainForm.pas index d4a65b0..41bbfa9 100644 --- a/MainForm.pas +++ b/MainForm.pas @@ -94,7 +94,7 @@ const SMETER_WIDTH_RATIO = 0.32; SMETER_MARGIN = 3; - TOP_SMETER_GAP = 72; + TOP_SMETER_GAP = 8; TOP_VFO_FONT = 25; type