mirror of
https://git.vladimir.cc/vladimir/ewsdr.git
synced 2026-08-26 04:47:35 +00:00
Reduce TOP_SMETER_GAP: hide VFO block only when S-meter is adjacent
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 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -94,7 +94,7 @@ const
|
|||||||
|
|
||||||
SMETER_WIDTH_RATIO = 0.32;
|
SMETER_WIDTH_RATIO = 0.32;
|
||||||
SMETER_MARGIN = 3;
|
SMETER_MARGIN = 3;
|
||||||
TOP_SMETER_GAP = 72;
|
TOP_SMETER_GAP = 8;
|
||||||
TOP_VFO_FONT = 25;
|
TOP_VFO_FONT = 25;
|
||||||
|
|
||||||
type
|
type
|
||||||
|
|||||||
Reference in New Issue
Block a user