From 53fdc9ef211f1202fd5e301ff19bffa7ba282704 Mon Sep 17 00:00:00 2001 From: Voyager Date: Fri, 31 Jul 2026 14:36:07 -0400 Subject: [PATCH] Finalize chat messaging controls --- ui/chat_ui.gd | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ui/chat_ui.gd b/ui/chat_ui.gd index 8cfac40..f67727a 100644 --- a/ui/chat_ui.gd +++ b/ui/chat_ui.gd @@ -712,9 +712,7 @@ func _layout_presentation(animate: bool) -> void: COLLAPSED_REVEAL_WIDTH if _presentation_state == PresentationState.COLLAPSED else PANEL_WIDTH, - bottom - COMPACT_HEIGHT * 0.5 - HANDLE_SIZE.y * 0.5 - if _presentation_state == PresentationState.COLLAPSED - else handle_stack_top + HANDLE_SIZE.y + HANDLE_GAP, + handle_stack_top + HANDLE_SIZE.y + HANDLE_GAP, ) var height_position := Vector2( COLLAPSED_REVEAL_WIDTH