Finalize chat messaging controls

This commit is contained in:
Alexander Sellite 2026-07-31 14:36:07 -04:00
parent a0d2fff99d
commit 53fdc9ef21

View file

@ -712,9 +712,7 @@ func _layout_presentation(animate: bool) -> void:
COLLAPSED_REVEAL_WIDTH COLLAPSED_REVEAL_WIDTH
if _presentation_state == PresentationState.COLLAPSED if _presentation_state == PresentationState.COLLAPSED
else PANEL_WIDTH, else PANEL_WIDTH,
bottom - COMPACT_HEIGHT * 0.5 - HANDLE_SIZE.y * 0.5 handle_stack_top + HANDLE_SIZE.y + HANDLE_GAP,
if _presentation_state == PresentationState.COLLAPSED
else handle_stack_top + HANDLE_SIZE.y + HANDLE_GAP,
) )
var height_position := Vector2( var height_position := Vector2(
COLLAPSED_REVEAL_WIDTH COLLAPSED_REVEAL_WIDTH