diff --git a/layouts/user_layout.json b/layouts/user_layout.json index d23cf87..3424cb0 100644 --- a/layouts/user_layout.json +++ b/layouts/user_layout.json @@ -1,5 +1,5 @@ { - "window_geometry": "1600x1099+156+156", + "window_geometry": "1600x1099+26+26", "main_sash_position": [ 1, 793 diff --git a/pymsc/gui/pages/control_page.py b/pymsc/gui/pages/control_page.py index fd313a4..34d2ef8 100644 --- a/pymsc/gui/pages/control_page.py +++ b/pymsc/gui/pages/control_page.py @@ -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)