sistemata anche crs feasability e spoi feasability

This commit is contained in:
VALLONGOL 2026-01-12 16:03:16 +01:00
parent 95a3d6e562
commit e78691ba54
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
"window_geometry": "1600x1099+156+156",
"window_geometry": "1600x1099+26+26",
"main_sash_position": [
1,
793

View File

@ -39,7 +39,7 @@ class ControlPage(ScrollableFrame):
"range_scale", "velocity_scale", "scan_width", "bars",
"expand", "zoom", "sar_map_orientation", "ground_tgt_reject",
"min_det_ground_tgt", "power_up_stop", "spot",
"sar_enabled", "ghost_enabled", "dtt_enabled"
"sar_enabled", "ghost_enabled", "dtt_enabled","sar_crs_feas", "sar_spoi_feas"
]
for func in functions:
w = create_widget_by_id(self.frame_funcs, func)