Finalize chat messaging controls
This commit is contained in:
parent
a0d2fff99d
commit
53fdc9ef21
1 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue