From 849a39a528f1b439e1258ef2d663043c84c4b8cb Mon Sep 17 00:00:00 2001 From: Sam Date: Sat, 8 Nov 2025 20:17:37 -0600 Subject: [PATCH] Update layout immediately when adjusting properties panel width --- ui/hud.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/hud.py b/ui/hud.py index fbd2f41..7f553b3 100644 --- a/ui/hud.py +++ b/ui/hud.py @@ -600,6 +600,7 @@ class HUD: if self.properties_width < VIZ_RIGHT_MARGIN + 50: self.properties_width = VIZ_RIGHT_MARGIN + 50 # Ensure properties panel is wide enough for tooltip + self.update_layout(self.screen_width, self.screen_height) # Immediately update layout if not hasattr(cell, 'behavioral_model'): return