Cockpit: radar 50 percent larger

The map/radar glass grows from 240x320 to 360x480 on the 1920x1080
canvas (user request - the radar reads best big). The flanking
Secondary/Screen columns, bottom-center placement, and canvas scaling
all follow from the measured size automatically.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Cyd
2026-07-13 11:05:02 -05:00
co-authored by Claude Fable 5
parent 29f8572d5c
commit d6f4f16a24
+3 -2
View File
@@ -3966,8 +3966,9 @@ SVGA16::SVGA16(
int top_glass_h = COCKPIT_CANVAS(240);
int bot_glass_w = COCKPIT_CANVAS(320);
int bot_glass_h = COCKPIT_CANVAS(240);
int map_glass_w = COCKPIT_CANVAS(240);
int map_glass_h = COCKPIT_CANVAS(320);
// the radar reads best big: 1.5x the compact glass
int map_glass_w = COCKPIT_CANVAS(360);
int map_glass_h = COCKPIT_CANVAS(480);
splitView[SplitMFDUpperLeft] = new MFDSplitView(
"MFD upper left", init_width, init_height,